#BBBB6D

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

Shades of Dark Khaki #BBBB6D

Tints of Dark Khaki #BBBB6D

Color information

#BBBB6D (or 0xBBBB6D) is unknown color: approx Dark Khaki. HEX triplet: BB, BB and 6D. RGB value is (187,187,109). Sum of RGB (Red+Green+Blue) = 187+187+109=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB6D is #444492. Grayscale: #B2B2B2. Windows color (decimal): -4474003 or 7191483. OLE color: 7191483.

HSL color Cylindrical-coordinate representation of color #BBBB6D: 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.42%. Process color model (Four color, CMYK) of #BBBB6D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187187109-
CMYK000.420.27
HSL60º36.45%58.04%-
HSV(B)60º41.71%73.33%-
XYZ41.0247.2121.42-
YUV178.1189134.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=38.72%
G=38.72%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187109000.420.276036.4558.04
HexBBBB6D002A1B3c243a
Octal273273155005233744472
Binary101110111011101111011010010101011011111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB6D; }

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

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

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

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

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

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

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

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