#B5AD51

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

Shades of Olive Green #B5AD51

Tints of Olive Green #B5AD51

Color information

#B5AD51 (or 0xB5AD51) is unknown color: approx Olive Green. HEX triplet: B5, AD and 51. RGB value is (181,173,81). Sum of RGB (Red+Green+Blue) = 181+173+81=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD51 is #4A52AE. Grayscale: #A5A5A5. Windows color (decimal): -4870831 or 5352885. OLE color: 5352885.

HSL color Cylindrical-coordinate representation of color #B5AD51: hue angle of 55.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5AD51 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18117381-
CMYK00.040.550.29
HSL55.2º40.32%51.37%-
HSV(B)55.2º55.25%70.98%-
XYZ35.4840.313.69-
YUV164.980.65139.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 81 (32.03% from 255) = 18.62%
R=41.61%
G=39.77%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811738100.040.550.2955.240.3251.37
HexB5AD5104371D372833
Octal265255121046735675063
Binary10110101101011011010001010011011111101110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD51; }

 p { color: rgb(181,173,81); }

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

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

 a { background-color: rgb(181,173,81); }

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

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

 span { border-color: rgb(181,173,81); }

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