#B5BB6D

Color #B5BB6D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B5BB6D

Tints of Dark Khaki #B5BB6D

Color information

#B5BB6D (or 0xB5BB6D) is unknown color: approx Dark Khaki. HEX triplet: B5, BB and 6D. RGB value is (181,187,109). Sum of RGB (Red+Green+Blue) = 181+187+109=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB6D is #4A4492. Grayscale: #B0B0B0. Windows color (decimal): -4867219 or 7191477. OLE color: 7191477.

HSL color Cylindrical-coordinate representation of color #B5BB6D: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5BB6D is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB181187109-
CMYK0.0300.420.27
HSL64.62º36.45%58.04%-
HSV(B)64.62º41.71%73.33%-
XYZ39.5946.4721.35-
YUV176.3190.01131.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 39.20%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=37.95%
G=39.20%
B=22.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871090.0300.420.2764.6236.4558.04
HexB5BB6D302A1B41243a
Octal2652731553052331014472
Binary10110101101110111101101110101010110111000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BB6D; }

 p { color: rgb(181,187,109); }

 H1.HeaderClassName
 {
   color: #B5BB6D;
 }
 .AnyTagClassName
 {
   color: #B5BB6D;
 }
</style>
background-color css

<style>
 a { background-color: #B5BB6D; }

 a { background-color: rgb(181,187,109); }

 div.DivClassName
 {
   background-color: #B5BB6D;
 }
 .BgClassName
 {
   background-color: #B5BB6D;
 }
</style>
border-color css

<style>
 span { border-color: #B5BB6D; }

 span { border-color: rgb(181,187,109); }

 td.TdClassName
 {
   border-color: #B5BB6D;
 }
 .TagClassName
 {
   border-color: #B5BB6D;
 }
</style>