#B2BA5D

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

Shades of Olive Green #B2BA5D

Tints of Olive Green #B2BA5D

Color information

#B2BA5D (or 0xB2BA5D) is unknown color: approx Olive Green. HEX triplet: B2, BA and 5D. RGB value is (178,186,93). Sum of RGB (Red+Green+Blue) = 178+186+93=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA5D is #4D45A2. Grayscale: #ADADAD. Windows color (decimal): -5064099 or 6142642. OLE color: 6142642.

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

Color convert

RGB17818693-
CMYK0.0400.50.27
HSL65.16º40.26%54.71%-
HSV(B)65.16º50%72.94%-
XYZ37.8945.3717.12-
YUV173.0182.85131.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=38.95%
G=40.70%
B=20.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178186930.0400.50.2765.1640.2654.71
HexB2BA5D40321B412837
Octal2622721354062331015067
Binary101100101011101010111011000110010110111000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA5D; }

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

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

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

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

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

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

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

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