#B2BA62

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

Shades of Olive Green #B2BA62

Tints of Olive Green #B2BA62

Color information

#B2BA62 (or 0xB2BA62) is unknown color: approx Olive Green. HEX triplet: B2, BA and 62. RGB value is (178,186,98). Sum of RGB (Red+Green+Blue) = 178+186+98=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA62 is #4D459D. Grayscale: #ADADAD. Windows color (decimal): -5064094 or 6470322. OLE color: 6470322.

HSL color Cylindrical-coordinate representation of color #B2BA62: hue angle of 65.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2BA62 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB17818698-
CMYK0.0400.470.27
HSL65.45º38.94%55.69%-
HSV(B)65.45º47.31%72.94%-
XYZ38.1245.4618.32-
YUV173.5885.35131.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=38.53%
G=40.26%
B=21.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186980.0400.470.2765.4538.9455.69
HexB2BA62402F1B412738
Octal2622721424057331014770
Binary101100101011101011000101000101111110111000001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA62; }

 p { color: rgb(178,186,98); }

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

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

 a { background-color: rgb(178,186,98); }

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

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

 span { border-color: rgb(178,186,98); }

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