#BDC06C

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

Shades of Dark Khaki #BDC06C

Tints of Dark Khaki #BDC06C

Color information

#BDC06C (or 0xBDC06C) is unknown color: approx Dark Khaki. HEX triplet: BD, C0 and 6C. RGB value is (189,192,108). Sum of RGB (Red+Green+Blue) = 189+192+108=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06C is #423F93. Grayscale: #B5B5B5. Windows color (decimal): -4341652 or 7127229. OLE color: 7127229.

HSL color Cylindrical-coordinate representation of color #BDC06C: hue angle of 62.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDC06C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB189192108-
CMYK0.0200.440.25
HSL62.14º40%58.82%-
HSV(B)62.14º43.75%75.29%-
XYZ42.5449.621.52-
YUV181.5386.51133.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=38.65%
G=39.26%
B=22.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921080.0200.440.2562.144058.82
HexBDC06C202C193e283b
Octal275300154205431765073
Binary1011110111000000110110010010110011001111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC06C; }

 p { color: rgb(189,192,108); }

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

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

 a { background-color: rgb(189,192,108); }

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

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

 span { border-color: rgb(189,192,108); }

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