#B0B357

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

Shades of Olive Green #B0B357

Tints of Olive Green #B0B357

Color information

#B0B357 (or 0xB0B357) is unknown color: approx Olive Green. HEX triplet: B0, B3 and 57. RGB value is (176,179,87). Sum of RGB (Red+Green+Blue) = 176+179+87=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B357 is #4F4CA8. Grayscale: #A7A7A7. Windows color (decimal): -5196969 or 5747632. OLE color: 5747632.

HSL color Cylindrical-coordinate representation of color #B0B357: hue angle of 61.96º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0B357 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB17617987-
CMYK0.0200.510.30
HSL61.96º37.7%52.16%-
HSV(B)61.96º51.4%70.2%-
XYZ35.7442.1615.27-
YUV167.6282.51133.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=39.82%
G=40.50%
B=19.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179870.0200.510.3061.9637.752.16
HexB0B35720331E3e2634
Octal260263127206336764664
Binary1011000010110011101011110011001111110111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B357; }

 p { color: rgb(176,179,87); }

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

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

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

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

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

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

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