Html Css Color HEX #B1AA18 Earls Green

📋 copy color: '#B1AA18'

red 177 ◦ green 170 ◦ blue 24

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

Shades of Earls Green #B1AA18

Tints of Earls Green #B1AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 47.71%
G = 45.82%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B1AA18 (or 0xB1AA18) is known color: Earls Green. HEX triplet: B1, AA and 18. RGB value is (177,170,24). Sum of RGB (Red+Green+Blue) = 177+170+24=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AA18 is #4E55E7. Grayscale: #9C9C9C. Windows color (decimal): -5133800 or 1616561. OLE color: 1616561.

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

Color convert

RGB 177 170 24 -
CMYK 0 0.04 0.86 0.31
HSL 57.25º 0.76% 0.39% -
HSV(B) 57.25º 0.86% 0.69% -
XYZ 32.67 38.16 6.51 -
YUV 155.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 177 170 24 0 0.04 0.86 0.31 57.25 0.76 0.39
Hex B1 AA 18 0 4 56 1F 39 4C 27
Octal 261 252 30 0 4 126 37 71 114 47
Binary 10110001 10101010 11000 0 100 1010110 11111 111001 1001100 100111

Color Harmonies of #B1AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AA18

Black with #B1AA18

Text Example


Text Example

White with #B1AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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