#B2BA5F

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

Shades of Olive Green #B2BA5F

Tints of Olive Green #B2BA5F

Color information

#B2BA5F (or 0xB2BA5F) is unknown color: approx Olive Green. HEX triplet: B2, BA and 5F. RGB value is (178,186,95). Sum of RGB (Red+Green+Blue) = 178+186+95=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA5F is #4D45A0. Grayscale: #ADADAD. Windows color (decimal): -5064097 or 6273714. OLE color: 6273714.

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

Color convert

RGB17818695-
CMYK0.0400.490.27
HSL65.27º39.74%55.1%-
HSV(B)65.27º48.92%72.94%-
XYZ37.9845.4117.59-
YUV173.2383.85131.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=38.78%
G=40.52%
B=20.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186950.0400.490.2765.2739.7455.1
HexB2BA5F40311B412837
Octal2622721374061331015067
Binary101100101011101010111111000110001110111000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA5F; }

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

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

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

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

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

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

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

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