#BDBE71

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

Shades of Dark Khaki #BDBE71

Tints of Dark Khaki #BDBE71

Color information

#BDBE71 (or 0xBDBE71) is unknown color: approx Dark Khaki. HEX triplet: BD, BE and 71. RGB value is (189,190,113). Sum of RGB (Red+Green+Blue) = 189+190+113=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE71 is #42418E. Grayscale: #B5B5B5. Windows color (decimal): -4342159 or 7454397. OLE color: 7454397.

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

Color convert

RGB189190113-
CMYK0.0100.410.25
HSL60.78º37.2%59.41%-
HSV(B)60.78º40.53%74.51%-
XYZ42.3848.8422.82-
YUV180.9289.67133.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=38.41%
G=38.62%
B=22.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901130.0100.410.2560.7837.259.41
HexBDBE711029193d253b
Octal275276161105131754573
Binary101111011011111011100011010100111001111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE71; }

 p { color: rgb(189,190,113); }

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

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

 a { background-color: rgb(189,190,113); }

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

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

 span { border-color: rgb(189,190,113); }

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