Html Css Color HEX #B0AA5A Olive Green

📋 copy color: '#B0AA5A'

red 176 ◦ green 170 ◦ blue 90

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

Shades of Olive Green #B0AA5A

Tints of Olive Green #B0AA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.64%

R = 40.37%
G = 38.99%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0AA5A (or 0xB0AA5A) is known color: Olive Green. HEX triplet: B0, AA and 5A. RGB value is (176,170,90). Sum of RGB (Red+Green+Blue) = 176+170+90=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA5A is #4F55A5. Grayscale: #A3A3A3. Windows color (decimal): -5199270 or 5941936. OLE color: 5941936.

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

Color convert

RGB 176 170 90 -
CMYK 0 0.03 0.49 0.31
HSL 55.81º 0.35% 0.52% -
HSV(B) 55.81º 0.49% 0.69% -
XYZ 34.12 38.72 15.35 -
YUV 162.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 176 170 90 0 0.03 0.49 0.31 55.81 0.35 0.52
Hex B0 AA 5A 0 3 31 1F 38 23 34
Octal 260 252 132 0 3 61 37 70 43 64
Binary 10110000 10101010 1011010 0 11 110001 11111 111000 100011 110100

Color Harmonies of #B0AA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA5A

Black with #B0AA5A

Text Example


Text Example

White with #B0AA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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