#B2B554

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

Shades of Olive Green #B2B554

Tints of Olive Green #B2B554

Color information

#B2B554 (or 0xB2B554) is unknown color: approx Olive Green. HEX triplet: B2, B5 and 54. RGB value is (178,181,84). Sum of RGB (Red+Green+Blue) = 178+181+84=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B554 is #4D4AAB. Grayscale: #A9A9A9. Windows color (decimal): -5065388 or 5551538. OLE color: 5551538.

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

Color convert

RGB17818184-
CMYK0.0200.540.29
HSL61.86º39.59%51.96%-
HSV(B)61.86º53.59%70.98%-
XYZ36.4843.1514.79-
YUV169.0480.01134.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=40.18%
G=40.86%
B=18.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178181840.0200.540.2961.8639.5951.96
HexB2B55420361D3e2834
Octal262265124206635765064
Binary1011001010110101101010010011011011101111110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B554; }

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

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

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

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

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

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

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

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