#b0b259

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

Shades of Olive Green #B0B259

Tints of Olive Green #B0B259

Color information

#B0B259 (or 0xB0B259) is unknown color: approx Olive Green. HEX triplet: B0, B2 and 59. RGB value is (176,178,89). Sum of RGB (Red+Green+Blue) = 176+178+89=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B259 is #4F4DA6. Grayscale: #A7A7A7. Windows color (decimal): -5197223 or 5878448. OLE color: 5878448.

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

Color convert

RGB17617889-
CMYK0.0100.50.30
HSL61.35º36.63%52.35%-
HSV(B)61.35º50%69.8%-
XYZ35.6341.7915.64-
YUV167.2683.84134.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=39.73%
G=40.18%
B=20.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178890.0100.50.3061.3536.6352.35
HexB0B25910321E3d2534
Octal260262131106236754564
Binary101100001011001010110011011001011110111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b259; }

 p { color: rgb(176,178,89); }

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

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

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

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

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

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

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