#BDB26E

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

Shades of Dark Khaki #BDB26E

Tints of Dark Khaki #BDB26E

Color information

#BDB26E (or 0xBDB26E) is unknown color: approx Dark Khaki. HEX triplet: BD, B2 and 6E. RGB value is (189,178,110). Sum of RGB (Red+Green+Blue) = 189+178+110=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB26E is #424D91. Grayscale: #ADADAD. Windows color (decimal): -4345234 or 7254717. OLE color: 7254717.

HSL color Cylindrical-coordinate representation of color #BDB26E: hue angle of 51.65º 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 #BDB26E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB189178110-
CMYK00.060.420.26
HSL51.65º37.44%58.63%-
HSV(B)51.65º41.8%74.12%-
XYZ39.7243.7921.11-
YUV173.5492.14139.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 110 (43.36% from 255) = 23.06%
R=39.62%
G=37.32%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917811000.060.420.2651.6537.4458.63
HexBDB26E062A1A34253b
Octal275262156065232644573
Binary10111101101100101101110011010101011010110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB26E; }

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

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

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

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

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

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

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

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