Html Css Color HEX #BEAA24 Earls Green

📋 copy color: '#BEAA24'

red 190 ◦ green 170 ◦ blue 36

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

Shades of Earls Green #BEAA24

Tints of Earls Green #BEAA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.09%

R = 47.98%
G = 42.93%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEAA24 (or 0xBEAA24) is known color: Earls Green. HEX triplet: BE, AA and 24. RGB value is (190,170,36). Sum of RGB (Red+Green+Blue) = 190+170+36=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 36 (14.45% from 255 or 9.09% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAA24 is #4155DB. Grayscale: #A1A1A1. Windows color (decimal): -4281820 or 2403006. OLE color: 2403006.

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

Color convert

RGB 190 170 36 -
CMYK 0 0.11 0.81 0.25
HSL 52.21º 0.68% 0.44% -
HSV(B) 52.21º 0.81% 0.75% -
XYZ 35.93 39.82 7.46 -
YUV 160.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 190 170 36 0 0.11 0.81 0.25 52.21 0.68 0.44
Hex BE AA 24 0 B 51 19 34 44 2C
Octal 276 252 44 0 13 121 31 64 104 54
Binary 10111110 10101010 100100 0 1011 1010001 11001 110100 1000100 101100

Color Harmonies of #BEAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA24

Black with #BEAA24

Text Example


Text Example

White with #BEAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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