#B2B55D

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

Shades of Olive Green #B2B55D

Tints of Olive Green #B2B55D

Color information

#B2B55D (or 0xB2B55D) is unknown color: approx Olive Green. HEX triplet: B2, B5 and 5D. RGB value is (178,181,93). Sum of RGB (Red+Green+Blue) = 178+181+93=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B55D is #4D4AA2. Grayscale: #AAAAAA. Windows color (decimal): -5065379 or 6141362. OLE color: 6141362.

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

Color convert

RGB17818193-
CMYK0.0200.490.29
HSL62.05º37.29%53.73%-
HSV(B)62.05º48.62%70.98%-
XYZ36.8643.316.77-
YUV170.0784.51133.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.38%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=39.38%
G=40.04%
B=20.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178181930.0200.490.2962.0537.2953.73
HexB2B55D20311D3e2536
Octal262265135206135764566
Binary1011001010110101101110110011000111101111110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B55D; }

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

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

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

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

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

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

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

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