Html Css Color HEX #BEAA20 Earls Green

📋 copy color: '#BEAA20'

red 190 ◦ green 170 ◦ blue 32

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

Shades of Earls Green #BEAA20

Tints of Earls Green #BEAA20

RGB

 RED value IS 190 (74.61% from 255) = 48.47%

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

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

R = 48.47%
G = 43.37%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEAA20 (or 0xBEAA20) is known color: Earls Green. HEX triplet: BE, AA and 20. RGB value is (190,170,32). Sum of RGB (Red+Green+Blue) = 190+170+32=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA20 is #4155DF. Grayscale: #A0A0A0. Windows color (decimal): -4281824 or 2140862. OLE color: 2140862.

HSL color Cylindrical-coordinate representation of color #BEAA20: hue angle of 52.41º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEAA20 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 32 -
CMYK 0 0.11 0.83 0.25
HSL 52.41º 0.71% 0.44% -
HSV(B) 52.41º 0.83% 0.75% -
XYZ 35.87 39.8 7.16 -
YUV 160.25 55.63 149.22 -
System Red Green Blue C M Y K H S L
Decimal 190 170 32 0 0.11 0.83 0.25 52.41 0.71 0.44
Hex BE AA 20 0 B 53 19 34 47 2C
Octal 276 252 40 0 13 123 31 64 107 54
Binary 10111110 10101010 100000 0 1011 1010011 11001 110100 1000111 101100

Color Harmonies of #BEAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA20

Black with #BEAA20

Text Example


Text Example

White with #BEAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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