#BDBF70

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

Shades of Dark Khaki #BDBF70

Tints of Dark Khaki #BDBF70

Color information

#BDBF70 (or 0xBDBF70) is unknown color: approx Dark Khaki. HEX triplet: BD, BF and 70. RGB value is (189,191,112). Sum of RGB (Red+Green+Blue) = 189+191+112=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF70 is #42408F. Grayscale: #B5B5B5. Windows color (decimal): -4341904 or 7389117. OLE color: 7389117.

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

Color convert

RGB189191112-
CMYK0.0100.410.25
HSL61.52º38.16%59.41%-
HSV(B)61.52º41.36%74.9%-
XYZ42.5449.2522.59-
YUV181.488.84133.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 112 (44.14% from 255) = 22.76%
R=38.41%
G=38.82%
B=22.76%

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
Decimal1891911120.0100.410.2561.5238.1659.41
HexBDBF701029193e263b
Octal275277160105131764673
Binary101111011011111111100001010100111001111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF70; }

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

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

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

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

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

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

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

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