#BDBE70

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

Shades of Dark Khaki #BDBE70

Tints of Dark Khaki #BDBE70

Color information

#BDBE70 (or 0xBDBE70) is unknown color: approx Dark Khaki. HEX triplet: BD, BE and 70. RGB value is (189,190,112). Sum of RGB (Red+Green+Blue) = 189+190+112=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE70 is #42418F. Grayscale: #B5B5B5. Windows color (decimal): -4342160 or 7388861. OLE color: 7388861.

HSL color Cylindrical-coordinate representation of color #BDBE70: hue angle of 60.77º degrees, saturation: 0.38, 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 #BDBE70 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB189190112-
CMYK0.0100.410.25
HSL60.77º37.5%59.22%-
HSV(B)60.77º41.05%74.51%-
XYZ42.3248.8222.52-
YUV180.8189.17133.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=38.49%
G=38.70%
B=22.81%

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
Decimal1891901120.0100.410.2560.7737.559.22
HexBDBE701029193d263b
Octal275276160105131754673
Binary101111011011111011100001010100111001111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE70; }

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

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

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

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

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

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

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

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