#BDB36E

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

Shades of Dark Khaki #BDB36E

Tints of Dark Khaki #BDB36E

Color information

#BDB36E (or 0xBDB36E) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 6E. RGB value is (189,179,110). Sum of RGB (Red+Green+Blue) = 189+179+110=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB36E is #424C91. Grayscale: #AEAEAE. Windows color (decimal): -4344978 or 7254973. OLE color: 7254973.

HSL color Cylindrical-coordinate representation of color #BDB36E: hue angle of 52.41º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB36E is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189179110-
CMYK00.050.420.26
HSL52.41º37.44%58.63%-
HSV(B)52.41º41.8%74.12%-
XYZ39.9244.1821.18-
YUV174.1291.81138.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=39.54%
G=37.45%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911000.050.420.2652.4137.4458.63
HexBDB36E052A1A34253b
Octal275263156055232644573
Binary10111101101100111101110010110101011010110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB36E; }

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

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

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

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

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

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

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

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