#BDB952

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

Shades of Olive Green #BDB952

Tints of Olive Green #BDB952

Color information

#BDB952 (or 0xBDB952) is unknown color: approx Olive Green. HEX triplet: BD, B9 and 52. RGB value is (189,185,82). Sum of RGB (Red+Green+Blue) = 189+185+82=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB952 is #4246AD. Grayscale: #AEAEAE. Windows color (decimal): -4343470 or 5421501. OLE color: 5421501.

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

Color convert

RGB18918582-
CMYK00.020.570.26
HSL57.76º44.77%53.14%-
HSV(B)57.76º56.61%74.12%-
XYZ39.8646.1314.79-
YUV174.4575.83138.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=41.45%
G=40.57%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891858200.020.570.2657.7644.7753.14
HexBDB95202391A3a2d35
Octal275271122027132725565
Binary1011110110111001101001001011100111010111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB952; }

 p { color: rgb(189,185,82); }

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

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

 a { background-color: rgb(189,185,82); }

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

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

 span { border-color: rgb(189,185,82); }

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