#B0B052

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

Shades of Olive Green #B0B052

Tints of Olive Green #B0B052

Color information

#B0B052 (or 0xB0B052) is unknown color: approx Olive Green. HEX triplet: B0, B0 and 52. RGB value is (176,176,82). Sum of RGB (Red+Green+Blue) = 176+176+82=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B052 is #4F4FAD. Grayscale: #A5A5A5. Windows color (decimal): -5197742 or 5419184. OLE color: 5419184.

HSL color Cylindrical-coordinate representation of color #B0B052: hue angle of 60º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0B052 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17617682-
CMYK000.530.31
HSL60º37.3%50.59%-
HSV(B)60º53.41%69.02%-
XYZ34.9540.8914.03-
YUV165.2881135.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=40.55%
G=40.55%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617682000.530.316037.350.59
HexB0B05200351F3c2533
Octal260260122006537744563
Binary101100001011000010100100011010111111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B052; }

 p { color: rgb(176,176,82); }

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

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

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

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

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

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

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