color codes Logo

#b6c76b color codes

#B6C76B
(182,199,107)
0 Favorites   0 Comments

Color spaces of #b6c76b

RGB 182199107
HSL0.200.450.60
HSV71°46°78°
CMYK 0.090.000.46   0.22
XYZ42.368751.853521.6856
Yxy51.85350.36550.4474
Hunter Lab72.0094-20.991032.5514
CIE-Lab77.1932-19.745543.8803

#b6c76b color RGB value is (182,199,107).

#b6c76b hex color red value is 182, green value is 199 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b6c76b hue: 0.20 , saturation: 0.45 and the lightness value of b6c76b is 0.60.

The process color (four color CMYK) of #b6c76b color code is 0.09, 0.00, 0.46, 0.22. Web safe color of #b6c76b is #cccc66. Color #b6c76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000111 01101011
Octal 266 307 153
Decimal 182 199 107
Hex B6 C7 6B

RGB Percentages of Color #b6c76b

%37.30
%40.78
%21.93

CMYK Percentages of Color #b6c76b

%9
%0
%46
%22

Triadic Colors of #b6c76b

#b6c76b #6bb6c7 #c76bb6

Analogous Colors of #b6c76b

#b6c76b #88c76b #c7aa6b

Monochromatic Colors of #b6c76b

#b6c76b

Complementary Color

#b6c76b #7c6bc7

#b6c76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c76b Color CSS Codes

.mybgcolor {background-color:#b6c76b; } 
.myforecolor {color:#b6c76b; }
.mybordercolor {border:3px solid #b6c76b; }

#b6c76b Text Font Color

<p style="color:#b6c76b">Text here</p>

This sample text font color is #b6c76b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6c76b Background Color

<div style="background-color:#b6c76b">
Div content here</div>

This div background color is #b6c76b


#b6c76b Border Color

<div style="border:3px solid #b6c76b">
Div here</div>

This div border color is #b6c76b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,199,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6c76b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6c76b;
  -webkit-box-shadow: 1px 1px 3px 2px #b6c76b;
  box-shadow:         1px 1px 3px 2px #b6c76b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,199,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6c76b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6c76b;
  -webkit-box-shadow: 1px 1px 3px 2px #b6c76b;
  box-shadow:         1px 1px 3px 2px #b6c76b;">
Div content here</div>

This div box has shadow with color #b6c76b


Comments

No comments written yet.

Please login to write comment.