Html Css Color HEX #B1AA1E Earls Green

📋 copy color: '#B1AA1E'

red 177 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #B1AA1E

Tints of Earls Green #B1AA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.96%

R = 46.95%
G = 45.09%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1AA1E (or 0xB1AA1E) is known color: Earls Green. HEX triplet: B1, AA and 1E. RGB value is (177,170,30). Sum of RGB (Red+Green+Blue) = 177+170+30=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AA1E is #4E55E1. Grayscale: #9C9C9C. Windows color (decimal): -5133794 or 2009777. OLE color: 2009777.

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

Color convert

RGB 177 170 30 -
CMYK 0 0.04 0.83 0.31
HSL 57.14º 0.71% 0.41% -
HSV(B) 57.14º 0.83% 0.69% -
XYZ 32.74 38.19 6.87 -
YUV 156.13 56.82 142.88 -
System Red Green Blue C M Y K H S L
Decimal 177 170 30 0 0.04 0.83 0.31 57.14 0.71 0.41
Hex B1 AA 1E 0 4 53 1F 39 47 29
Octal 261 252 36 0 4 123 37 71 107 51
Binary 10110001 10101010 11110 0 100 1010011 11111 111001 1000111 101001

Color Harmonies of #B1AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA1E

Black with #B1AA1E

Text Example


Text Example

White with #B1AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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