#BDBB66

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

Shades of Dark Khaki #BDBB66

Tints of Dark Khaki #BDBB66

Color information

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

HSL color Cylindrical-coordinate representation of color #BDBB66: hue angle of 58.62º 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 #BDBB66 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189187102-
CMYK00.010.460.26
HSL58.62º39.73%57.06%-
HSV(B)58.62º46.03%74.12%-
XYZ41.1547.3219.53-
YUV177.9185.16135.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918710200.010.460.2658.6239.7357.06
HexBDBB66012E1A3b2839
Octal275273146015632735071
Binary101111011011101111001100110111011010111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB66; }

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

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

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

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

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

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

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

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