Html Css Color HEX #BEAA14 Earls Green

📋 copy color: '#BEAA14'

red 190 ◦ green 170 ◦ blue 20

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

Shades of Earls Green #BEAA14

Tints of Earls Green #BEAA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 50%
G = 44.74%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEAA14 (or 0xBEAA14) is known color: Earls Green. HEX triplet: BE, AA and 14. RGB value is (190,170,20). Sum of RGB (Red+Green+Blue) = 190+170+20=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAA14 is #4155EB. Grayscale: #9F9F9F. Windows color (decimal): -4281836 or 1354430. OLE color: 1354430.

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

Color convert

RGB 190 170 20 -
CMYK 0 0.11 0.89 0.25
HSL 52.94º 0.81% 0.41% -
HSV(B) 52.94º 0.89% 0.75% -
XYZ 35.74 39.75 6.45 -
YUV 158.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 190 170 20 0 0.11 0.89 0.25 52.94 0.81 0.41
Hex BE AA 14 0 B 59 19 35 51 29
Octal 276 252 24 0 13 131 31 65 121 51
Binary 10111110 10101010 10100 0 1011 1011001 11001 110101 1010001 101001

Color Harmonies of #BEAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAA14

Black with #BEAA14

Text Example


Text Example

White with #BEAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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