#BBBD66

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

Shades of Dark Khaki #BBBD66

Tints of Dark Khaki #BBBD66

Color information

#BBBD66 (or 0xBBBD66) is unknown color: approx Dark Khaki. HEX triplet: BB, BD and 66. RGB value is (187,189,102). Sum of RGB (Red+Green+Blue) = 187+189+102=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD66 is #444299. Grayscale: #B2B2B2. Windows color (decimal): -4473498 or 6733243. OLE color: 6733243.

HSL color Cylindrical-coordinate representation of color #BBBD66: hue angle of 61.38º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBD66 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB187189102-
CMYK0.0100.460.26
HSL61.38º39.73%57.06%-
HSV(B)61.38º46.03%74.12%-
XYZ41.0947.9219.65-
YUV178.4884.84134.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=39.12%
G=39.54%
B=21.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891020.0100.460.2661.3839.7357.06
HexBBBD66102E1A3d2839
Octal273275146105632755071
Binary101110111011110111001101010111011010111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD66; }

 p { color: rgb(187,189,102); }

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

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

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

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

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

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

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