Html Css Color HEX #B1AA31 Earls Green

📋 copy color: '#B1AA31'

red 177 ◦ green 170 ◦ blue 49

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

Shades of Earls Green #B1AA31

Tints of Earls Green #B1AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 44.7%
G = 42.93%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B1AA31 (or 0xB1AA31) is known color: Earls Green. HEX triplet: B1, AA and 31. RGB value is (177,170,49). Sum of RGB (Red+Green+Blue) = 177+170+49=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA31 is #4E55CE. Grayscale: #9E9E9E. Windows color (decimal): -5133775 or 3254961. OLE color: 3254961.

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

Color convert

RGB 177 170 49 -
CMYK 0 0.04 0.72 0.31
HSL 56.72º 0.57% 0.44% -
HSV(B) 56.72º 0.72% 0.69% -
XYZ 33.06 38.32 8.56 -
YUV 158.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 177 170 49 0 0.04 0.72 0.31 56.72 0.57 0.44
Hex B1 AA 31 0 4 48 1F 39 39 2C
Octal 261 252 61 0 4 110 37 71 71 54
Binary 10110001 10101010 110001 0 100 1001000 11111 111001 111001 101100

Color Harmonies of #B1AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA31

Black with #B1AA31

Text Example


Text Example

White with #B1AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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