#BDBB64

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

Shades of Dark Khaki #BDBB64

Tints of Dark Khaki #BDBB64

Color information

#BDBB64 (or 0xBDBB64) is unknown color: approx Dark Khaki. HEX triplet: BD, BB and 64. RGB value is (189,187,100). Sum of RGB (Red+Green+Blue) = 189+187+100=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB64 is #42449B. Grayscale: #B2B2B2. Windows color (decimal): -4342940 or 6601661. OLE color: 6601661.

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

Color convert

RGB189187100-
CMYK00.010.470.26
HSL58.65º40.27%56.67%-
HSV(B)58.65º47.09%74.12%-
XYZ41.0647.2819.02-
YUV177.6884.16136.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.71%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=39.71%
G=39.29%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918710000.010.470.2658.6540.2756.67
HexBDBB64012F1A3b2839
Octal275273144015732735071
Binary101111011011101111001000110111111010111011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB64; }

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

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

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

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

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

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

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

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