#B5B05B

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

Shades of Olive Green #B5B05B

Tints of Olive Green #B5B05B

Color information

#B5B05B (or 0xB5B05B) is unknown color: approx Olive Green. HEX triplet: B5, B0 and 5B. RGB value is (181,176,91). Sum of RGB (Red+Green+Blue) = 181+176+91=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B05B is #4A4FA4. Grayscale: #A8A8A8. Windows color (decimal): -4870053 or 6009013. OLE color: 6009013.

HSL color Cylindrical-coordinate representation of color #B5B05B: hue angle of 56.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5B05B is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18117691-
CMYK00.030.500.29
HSL56.67º37.82%53.33%-
HSV(B)56.67º49.72%70.98%-
XYZ36.4741.6316.01-
YUV167.884.66137.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=40.40%
G=39.29%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811769100.030.500.2956.6737.8253.33
HexB5B05B03321D392635
Octal265260133036235714665
Binary1011010110110000101101101111001011101111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B05B; }

 p { color: rgb(181,176,91); }

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

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

 a { background-color: rgb(181,176,91); }

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

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

 span { border-color: rgb(181,176,91); }

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