Html Css Color HEX #B1AA57 Olive Green

📋 copy color: '#B1AA57'

red 177 ◦ green 170 ◦ blue 87

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

Shades of Olive Green #B1AA57

Tints of Olive Green #B1AA57

RGB

 RED value IS 177 (69.53% from 255) = 40.78%

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

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

R = 40.78%
G = 39.17%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B1AA57 (or 0xB1AA57) is known color: Olive Green. HEX triplet: B1, AA and 57. RGB value is (177,170,87). Sum of RGB (Red+Green+Blue) = 177+170+87=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA57 is #4E55A8. Grayscale: #A2A2A2. Windows color (decimal): -5133737 or 5745329. OLE color: 5745329.

HSL color Cylindrical-coordinate representation of color #B1AA57: hue angle of 55.33º degrees, saturation: 0.37, 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 #B1AA57 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 87 -
CMYK 0 0.04 0.51 0.31
HSL 55.33º 0.37% 0.52% -
HSV(B) 55.33º 0.51% 0.69% -
XYZ 34.23 38.78 14.7 -
YUV 162.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 177 170 87 0 0.04 0.51 0.31 55.33 0.37 0.52
Hex B1 AA 57 0 4 33 1F 37 25 34
Octal 261 252 127 0 4 63 37 67 45 64
Binary 10110001 10101010 1010111 0 100 110011 11111 110111 100101 110100

Color Harmonies of #B1AA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA57

Black with #B1AA57

Text Example


Text Example

White with #B1AA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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