Html Css Color HEX #B1AA2F Earls Green

📋 copy color: '#B1AA2F'

red 177 ◦ green 170 ◦ blue 47

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

Shades of Earls Green #B1AA2F

Tints of Earls Green #B1AA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 44.92%
G = 43.15%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1AA2F (or 0xB1AA2F) is known color: Earls Green. HEX triplet: B1, AA and 2F. RGB value is (177,170,47). Sum of RGB (Red+Green+Blue) = 177+170+47=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA2F is #4E55D0. Grayscale: #9E9E9E. Windows color (decimal): -5133777 or 3123889. OLE color: 3123889.

HSL color Cylindrical-coordinate representation of color #B1AA2F: hue angle of 56.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1AA2F is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 47 -
CMYK 0 0.04 0.73 0.31
HSL 56.77º 0.58% 0.44% -
HSV(B) 56.77º 0.73% 0.69% -
XYZ 33.02 38.3 8.34 -
YUV 158.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 177 170 47 0 0.04 0.73 0.31 56.77 0.58 0.44
Hex B1 AA 2F 0 4 49 1F 39 3A 2C
Octal 261 252 57 0 4 111 37 71 72 54
Binary 10110001 10101010 101111 0 100 1001001 11111 111001 111010 101100

Color Harmonies of #B1AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA2F

Black with #B1AA2F

Text Example


Text Example

White with #B1AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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