Html Css Color HEX #BEAB14 Earls Green

📋 copy color: '#BEAB14'

red 190 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #BEAB14

Tints of Earls Green #BEAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.88%

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

R = 49.87%
G = 44.88%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEAB14 (or 0xBEAB14) is known color: Earls Green. HEX triplet: BE, AB and 14. RGB value is (190,171,20). Sum of RGB (Red+Green+Blue) = 190+171+20=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB14 is #4154EB. Grayscale: #A0A0A0. Windows color (decimal): -4281580 or 1354686. OLE color: 1354686.

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

Color convert

RGB 190 171 20 -
CMYK 0 0.10 0.89 0.25
HSL 53.29º 0.81% 0.41% -
HSV(B) 53.29º 0.89% 0.75% -
XYZ 35.92 40.12 6.51 -
YUV 159.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 190 171 20 0 0.10 0.89 0.25 53.29 0.81 0.41
Hex BE AB 14 0 A 59 19 35 51 29
Octal 276 253 24 0 12 131 31 65 121 51
Binary 10111110 10101011 10100 0 1010 1011001 11001 110101 1010001 101001

Color Harmonies of #BEAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB14

Black with #BEAB14

Text Example


Text Example

White with #BEAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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