#BBB66C

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

Shades of Dark Khaki #BBB66C

Tints of Dark Khaki #BBB66C

Color information

#BBB66C (or 0xBBB66C) is unknown color: approx Dark Khaki. HEX triplet: BB, B6 and 6C. RGB value is (187,182,108). Sum of RGB (Red+Green+Blue) = 187+182+108=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB66C is #444993. Grayscale: #AFAFAF. Windows color (decimal): -4475284 or 7124667. OLE color: 7124667.

HSL color Cylindrical-coordinate representation of color #BBB66C: hue angle of 56.2º degrees, saturation: 0.37, 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 #BBB66C is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187182108-
CMYK00.030.420.27
HSL56.2º36.74%57.84%-
HSV(B)56.2º42.25%73.33%-
XYZ39.9345.120.79-
YUV175.0690.16136.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 108 (42.58% from 255) = 22.64%
R=39.20%
G=38.16%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718210800.030.420.2756.236.7457.84
HexBBB66C032A1B38253a
Octal273266154035233704572
Binary1011101110110110110110001110101011011111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB66C; }

 p { color: rgb(187,182,108); }

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

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

 a { background-color: rgb(187,182,108); }

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

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

 span { border-color: rgb(187,182,108); }

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