Html Css Color HEX #B0AA57 Olive Green

📋 copy color: '#B0AA57'

red 176 ◦ green 170 ◦ blue 87

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

Shades of Olive Green #B0AA57

Tints of Olive Green #B0AA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.09%

R = 40.65%
G = 39.26%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B0AA57 (or 0xB0AA57) is known color: Olive Green. HEX triplet: B0, AA and 57. RGB value is (176,170,87). Sum of RGB (Red+Green+Blue) = 176+170+87=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA57 is #4F55A8. Grayscale: #A2A2A2. Windows color (decimal): -5199273 or 5745328. OLE color: 5745328.

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

Color convert

RGB 176 170 87 -
CMYK 0 0.03 0.51 0.31
HSL 55.96º 0.36% 0.52% -
HSV(B) 55.96º 0.51% 0.69% -
XYZ 34 38.67 14.69 -
YUV 162.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 176 170 87 0 0.03 0.51 0.31 55.96 0.36 0.52
Hex B0 AA 57 0 3 33 1F 38 24 34
Octal 260 252 127 0 3 63 37 70 44 64
Binary 10110000 10101010 1010111 0 11 110011 11111 111000 100100 110100

Color Harmonies of #B0AA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA57

Black with #B0AA57

Text Example


Text Example

White with #B0AA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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