#BDB753

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

Shades of Olive Green #BDB753

Tints of Olive Green #BDB753

Color information

#BDB753 (or 0xBDB753) is unknown color: approx Olive Green. HEX triplet: BD, B7 and 53. RGB value is (189,183,83). Sum of RGB (Red+Green+Blue) = 189+183+83=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB753 is #4248AC. Grayscale: #ADADAD. Windows color (decimal): -4343981 or 5486525. OLE color: 5486525.

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

Color convert

RGB18918383-
CMYK00.030.560.26
HSL56.6º44.54%53.33%-
HSV(B)56.6º56.08%74.12%-
XYZ39.4845.3114.85-
YUV173.3976.99139.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=41.54%
G=40.22%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891838300.030.560.2656.644.5453.33
HexBDB75303381A392d35
Octal275267123037032715565
Binary1011110110110111101001101111100011010111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB753; }

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

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

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

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

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

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

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

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