#BDC26D

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

Shades of Dark Khaki #BDC26D

Tints of Dark Khaki #BDC26D

Color information

#BDC26D (or 0xBDC26D) is unknown color: approx Dark Khaki. HEX triplet: BD, C2 and 6D. RGB value is (189,194,109). Sum of RGB (Red+Green+Blue) = 189+194+109=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC26D is #423D92. Grayscale: #B7B7B7. Windows color (decimal): -4341139 or 7193277. OLE color: 7193277.

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

Color convert

RGB189194109-
CMYK0.0300.440.24
HSL63.53º41.06%59.41%-
HSV(B)63.53º43.81%76.08%-
XYZ43.0450.5121.95-
YUV182.8286.34132.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=38.41%
G=39.43%
B=22.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941090.0300.440.2463.5341.0659.41
HexBDC26D302C1840293b
Octal2753021553054301005173
Binary10111101110000101101101110101100110001000000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC26D; }

 p { color: rgb(189,194,109); }

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

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

 a { background-color: rgb(189,194,109); }

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

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

 span { border-color: rgb(189,194,109); }

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