#BDC06A

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

Shades of Dark Khaki #BDC06A

Tints of Dark Khaki #BDC06A

Color information

#BDC06A (or 0xBDC06A) is unknown color: approx Dark Khaki. HEX triplet: BD, C0 and 6A. RGB value is (189,192,106). Sum of RGB (Red+Green+Blue) = 189+192+106=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC06A is #423F95. Grayscale: #B5B5B5. Windows color (decimal): -4341654 or 6996157. OLE color: 6996157.

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

Color convert

RGB189192106-
CMYK0.0200.450.25
HSL62.09º40.57%58.43%-
HSV(B)62.09º44.79%75.29%-
XYZ42.4449.5620.96-
YUV181.385.51133.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 192 (75.39% from 255) = 39.43%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=38.81%
G=39.43%
B=21.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921060.0200.450.2562.0940.5758.43
HexBDC06A202D193e293a
Octal275300152205531765172
Binary1011110111000000110101010010110111001111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC06A; }

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

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

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

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

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

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

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

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