#BDC16E

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

Shades of Dark Khaki #BDC16E

Tints of Dark Khaki #BDC16E

Color information

#BDC16E (or 0xBDC16E) is unknown color: approx Dark Khaki. HEX triplet: BD, C1 and 6E. RGB value is (189,193,110). Sum of RGB (Red+Green+Blue) = 189+193+110=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC16E is #423E91. Grayscale: #B6B6B6. Windows color (decimal): -4341394 or 7258557. OLE color: 7258557.

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

Color convert

RGB189193110-
CMYK0.0200.430.24
HSL62.89º40.1%59.41%-
HSV(B)62.89º43.01%75.69%-
XYZ42.8750.0822.16-
YUV182.3487.17132.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 193 (75.78% from 255) = 39.23%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=38.41%
G=39.23%
B=22.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931100.0200.430.2462.8940.159.41
HexBDC16E202B183f283b
Octal275301156205330775073
Binary1011110111000001110111010010101111000111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC16E; }

 p { color: rgb(189,193,110); }

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

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

 a { background-color: rgb(189,193,110); }

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

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

 span { border-color: rgb(189,193,110); }

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