#BBBB6E

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

Shades of Dark Khaki #BBBB6E

Tints of Dark Khaki #BBBB6E

Color information

#BBBB6E (or 0xBBBB6E) is unknown color: approx Dark Khaki. HEX triplet: BB, BB and 6E. RGB value is (187,187,110). Sum of RGB (Red+Green+Blue) = 187+187+110=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB6E is #444491. Grayscale: #B2B2B2. Windows color (decimal): -4474002 or 7257019. OLE color: 7257019.

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

Color convert

RGB187187110-
CMYK000.410.27
HSL60º36.15%58.24%-
HSV(B)60º41.18%73.33%-
XYZ41.0847.2321.7-
YUV178.2289.5134.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=38.64%
G=38.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187110000.410.276036.1558.24
HexBBBB6E00291B3c243a
Octal273273156005133744472
Binary101110111011101111011100010100111011111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB6E; }

 p { color: rgb(187,187,110); }

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

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

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

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

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

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

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