Html Css Color HEX #BEAD14 Earls Green

📋 copy color: '#BEAD14'

red 190 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #BEAD14

Tints of Earls Green #BEAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

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

R = 49.61%
G = 45.17%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEAD14 (or 0xBEAD14) is known color: Earls Green. HEX triplet: BE, AD and 14. RGB value is (190,173,20). Sum of RGB (Red+Green+Blue) = 190+173+20=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD14 is #4152EB. Grayscale: #A1A1A1. Windows color (decimal): -4281068 or 1355198. OLE color: 1355198.

HSL color Cylindrical-coordinate representation of color #BEAD14: hue angle of 54º 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 #BEAD14 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 20 -
CMYK 0 0.09 0.89 0.25
HSL 54º 0.81% 0.41% -
HSV(B) 54º 0.89% 0.75% -
XYZ 36.31 40.88 6.64 -
YUV 160.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 190 173 20 0 0.09 0.89 0.25 54 0.81 0.41
Hex BE AD 14 0 9 59 19 36 51 29
Octal 276 255 24 0 11 131 31 66 121 51
Binary 10111110 10101101 10100 0 1001 1011001 11001 110110 1010001 101001

Color Harmonies of #BEAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD14

Black with #BEAD14

Text Example


Text Example

White with #BEAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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