Html Css Color HEX #B0AA52 Olive Green

📋 copy color: '#B0AA52'

red 176 ◦ green 170 ◦ blue 82

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

Shades of Olive Green #B0AA52

Tints of Olive Green #B0AA52

RGB

 RED value IS 176 (69.14% from 255) = 41.12%

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

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 41.12%
G = 39.72%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0AA52 (or 0xB0AA52) is known color: Olive Green. HEX triplet: B0, AA and 52. RGB value is (176,170,82). Sum of RGB (Red+Green+Blue) = 176+170+82=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA52 is #4F55AD. Grayscale: #A2A2A2. Windows color (decimal): -5199278 or 5417648. OLE color: 5417648.

HSL color Cylindrical-coordinate representation of color #B0AA52: hue angle of 56.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0AA52 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 82 -
CMYK 0 0.03 0.53 0.31
HSL 56.17º 0.37% 0.51% -
HSV(B) 56.17º 0.53% 0.69% -
XYZ 33.8 38.59 13.65 -
YUV 161.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 176 170 82 0 0.03 0.53 0.31 56.17 0.37 0.51
Hex B0 AA 52 0 3 35 1F 38 25 33
Octal 260 252 122 0 3 65 37 70 45 63
Binary 10110000 10101010 1010010 0 11 110101 11111 111000 100101 110011

Color Harmonies of #B0AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA52

Black with #B0AA52

Text Example


Text Example

White with #B0AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA52; }

 p { color: rgb(176,170,82); }

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

background-color css

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

 a { background-color: rgb(176,170,82); }

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

border-color css

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

 span { border-color: rgb(176,170,82); }

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