#B2AE63

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

Shades of Olive Green #B2AE63

Tints of Olive Green #B2AE63

Color information

#B2AE63 (or 0xB2AE63) is unknown color: approx Olive Green. HEX triplet: B2, AE and 63. RGB value is (178,174,99). Sum of RGB (Red+Green+Blue) = 178+174+99=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AE63 is #4D519C. Grayscale: #A6A6A6. Windows color (decimal): -5067165 or 6532786. OLE color: 6532786.

HSL color Cylindrical-coordinate representation of color #B2AE63: hue angle of 56.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2AE63 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17817499-
CMYK00.020.440.30
HSL56.96º33.91%54.31%-
HSV(B)56.96º44.38%69.8%-
XYZ35.7540.6417.76-
YUV166.6589.83136.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=39.47%
G=38.58%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781749900.020.440.3056.9633.9154.31
HexB2AE63022C1E392236
Octal262256143025436714266
Binary1011001010101110110001101010110011110111001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE63; }

 p { color: rgb(178,174,99); }

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

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

 a { background-color: rgb(178,174,99); }

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

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

 span { border-color: rgb(178,174,99); }

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