#BDB553

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

Shades of Olive Green #BDB553

Tints of Olive Green #BDB553

Color information

#BDB553 (or 0xBDB553) is unknown color: approx Olive Green. HEX triplet: BD, B5 and 53. RGB value is (189,181,83). Sum of RGB (Red+Green+Blue) = 189+181+83=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB553 is #424AAC. Grayscale: #ACACAC. Windows color (decimal): -4344493 or 5486013. OLE color: 5486013.

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

Color convert

RGB18918183-
CMYK00.040.560.26
HSL55.47º44.54%53.33%-
HSV(B)55.47º56.08%74.12%-
XYZ39.0744.4914.71-
YUV172.2277.65139.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=41.72%
G=39.96%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891818300.040.560.2655.4744.5453.33
HexBDB55304381A372d35
Octal275265123047032675565
Binary10111101101101011010011010011100011010110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB553; }

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

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

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

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

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

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

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

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