#B2B558

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

Shades of Olive Green #B2B558

Tints of Olive Green #B2B558

Color information

#B2B558 (or 0xB2B558) is unknown color: approx Olive Green. HEX triplet: B2, B5 and 58. RGB value is (178,181,88). Sum of RGB (Red+Green+Blue) = 178+181+88=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B558 is #4D4AA7. Grayscale: #A9A9A9. Windows color (decimal): -5065384 or 5813682. OLE color: 5813682.

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

Color convert

RGB17818188-
CMYK0.0200.510.29
HSL61.94º38.59%52.75%-
HSV(B)61.94º51.38%70.98%-
XYZ36.6543.2215.64-
YUV169.582.01134.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 88 (34.77% from 255) = 19.69%
R=39.82%
G=40.49%
B=19.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178181880.0200.510.2961.9438.5952.75
HexB2B55820331D3e2735
Octal262265130206335764765
Binary1011001010110101101100010011001111101111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B558; }

 p { color: rgb(178,181,88); }

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

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

 a { background-color: rgb(178,181,88); }

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

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

 span { border-color: rgb(178,181,88); }

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