#B0B350

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

Shades of Olive Green #B0B350

Tints of Olive Green #B0B350

Color information

#B0B350 (or 0xB0B350) is unknown color: approx Olive Green. HEX triplet: B0, B3 and 50. RGB value is (176,179,80). Sum of RGB (Red+Green+Blue) = 176+179+80=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B350 is #4F4CAF. Grayscale: #A7A7A7. Windows color (decimal): -5196976 or 5288880. OLE color: 5288880.

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

Color convert

RGB17617980-
CMYK0.0200.550.30
HSL61.82º39.44%50.78%-
HSV(B)61.82º55.31%70.2%-
XYZ35.4742.0513.84-
YUV166.8279.01134.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=40.46%
G=41.15%
B=18.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179800.0200.550.3061.8239.4450.78
HexB0B35020371E3e2733
Octal260263120206736764763
Binary1011000010110011101000010011011111110111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B350; }

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

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

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

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

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

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

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

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