Html Css Color HEX #B7AA20 Earls Green

📋 copy color: '#B7AA20'

red 183 ◦ green 170 ◦ blue 32

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

Shades of Earls Green #B7AA20

Tints of Earls Green #B7AA20

RGB

 RED value IS 183 (71.88% from 255) = 47.53%

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

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 47.53%
G = 44.16%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B7AA20 (or 0xB7AA20) is known color: Earls Green. HEX triplet: B7, AA and 20. RGB value is (183,170,32). Sum of RGB (Red+Green+Blue) = 183+170+32=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA20 is #4855DF. Grayscale: #9E9E9E. Windows color (decimal): -4740576 or 2140855. OLE color: 2140855.

HSL color Cylindrical-coordinate representation of color #B7AA20: hue angle of 54.83º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7AA20 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 32 -
CMYK 0 0.07 0.83 0.28
HSL 54.83º 0.7% 0.42% -
HSV(B) 54.83º 0.83% 0.72% -
XYZ 34.16 38.92 7.08 -
YUV 158.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 183 170 32 0 0.07 0.83 0.28 54.83 0.7 0.42
Hex B7 AA 20 0 7 53 1C 37 46 2A
Octal 267 252 40 0 7 123 34 67 106 52
Binary 10110111 10101010 100000 0 111 1010011 11100 110111 1000110 101010

Color Harmonies of #B7AA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA20

Black with #B7AA20

Text Example


Text Example

White with #B7AA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA20; }

 p { color: rgb(183,170,32); }

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

background-color css

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

 a { background-color: rgb(183,170,32); }

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

border-color css

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

 span { border-color: rgb(183,170,32); }

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