#BDB74F

Color #BDB74F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BDB74F

Tints of Olive Green #BDB74F

Color information

#BDB74F (or 0xBDB74F) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 4F. RGB value is (189,183,79). Sum of RGB (Red+Green+Blue) = 189+183+79=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB74F is #4248B0. Grayscale: #ADADAD. Windows color (decimal): -4343985 or 5224381. OLE color: 5224381.

HSL color Cylindrical-coordinate representation of color #BDB74F: hue angle of 56.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB74F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18918379-
CMYK00.030.580.26
HSL56.73º45.45%52.55%-
HSV(B)56.73º58.2%74.12%-
XYZ39.3345.2514.06-
YUV172.9474.99139.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 183 (71.88% from 255) = 40.58%
BLUE value IS 79 (31.25% from 255) = 17.52%
R=41.91%
G=40.58%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891837900.030.580.2656.7345.4552.55
HexBDB74F033A1A392d35
Octal275267117037232715565
Binary1011110110110111100111101111101011010111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB74F; }

 p { color: rgb(189,183,79); }

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

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

 a { background-color: rgb(189,183,79); }

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

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

 span { border-color: rgb(189,183,79); }

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