#BDB44F

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

Shades of Olive Green #BDB44F

Tints of Olive Green #BDB44F

Color information

#BDB44F (or 0xBDB44F) is unknown color: approx Olive Green. HEX triplet: BD, B4 and 4F. RGB value is (189,180,79). Sum of RGB (Red+Green+Blue) = 189+180+79=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB44F is #424BB0. Grayscale: #ABABAB. Windows color (decimal): -4344753 or 5223613. OLE color: 5223613.

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

Color convert

RGB18918079-
CMYK00.050.580.26
HSL55.09º45.45%52.55%-
HSV(B)55.09º58.2%74.12%-
XYZ38.7244.0313.85-
YUV171.1875.98140.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 180 (70.70% from 255) = 40.18%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=42.19%
G=40.18%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891807900.050.580.2655.0945.4552.55
HexBDB44F053A1A372d35
Octal275264117057232675565
Binary10111101101101001001111010111101011010110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB44F; }

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

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

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

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

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

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

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

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