#B5B151

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

Shades of Olive Green #B5B151

Tints of Olive Green #B5B151

Color information

#B5B151 (or 0xB5B151) is unknown color: approx Olive Green. HEX triplet: B5, B1 and 51. RGB value is (181,177,81). Sum of RGB (Red+Green+Blue) = 181+177+81=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B151 is #4A4EAE. Grayscale: #A7A7A7. Windows color (decimal): -4869807 or 5353909. OLE color: 5353909.

HSL color Cylindrical-coordinate representation of color #B5B151: hue angle of 57.6º 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 #B5B151 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18117781-
CMYK00.020.550.29
HSL57.6º40.32%51.37%-
HSV(B)57.6º55.25%70.98%-
XYZ36.2641.8613.95-
YUV167.2579.33137.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=41.23%
G=40.32%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811778100.020.550.2957.640.3251.37
HexB5B15102371D3a2833
Octal265261121026735725063
Binary1011010110110001101000101011011111101111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B151; }

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

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

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

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

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

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

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

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