Html Css Color HEX #B2AA51 Olive Green

📋 copy color: '#B2AA51'

red 178 ◦ green 170 ◦ blue 81

#B2AA51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B2AA51

Tints of Olive Green #B2AA51

RGB

 RED value IS 178 (69.92% from 255) = 41.49%

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 41.49%
G = 39.63%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B2AA51 (or 0xB2AA51) is known color: Olive Green. HEX triplet: B2, AA and 51. RGB value is (178,170,81). Sum of RGB (Red+Green+Blue) = 178+170+81=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AA51 is #4D55AE. Grayscale: #A2A2A2. Windows color (decimal): -5068207 or 5352114. OLE color: 5352114.

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

Color convert

RGB 178 170 81 -
CMYK 0 0.04 0.54 0.30
HSL 55.05º 0.39% 0.51% -
HSV(B) 55.05º 0.54% 0.7% -
XYZ 34.22 38.81 13.47 -
YUV 162.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 178 170 81 0 0.04 0.54 0.30 55.05 0.39 0.51
Hex B2 AA 51 0 4 36 1E 37 27 33
Octal 262 252 121 0 4 66 36 67 47 63
Binary 10110010 10101010 1010001 0 100 110110 11110 110111 100111 110011

Color Harmonies of #B2AA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA51

Black with #B2AA51

Text Example


Text Example

White with #B2AA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA51; }

 p { color: rgb(178,170,81); }

 H1.HeaderClassName
 {
   color: #B2AA51;
 }
 .AnyTagClassName
 {
   color: #B2AA51;
 }
</style>

background-color css

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

 a { background-color: rgb(178,170,81); }

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

border-color css

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

 span { border-color: rgb(178,170,81); }

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