Html Css Color HEX #BEAB15 Earls Green

📋 copy color: '#BEAB15'

red 190 ◦ green 171 ◦ blue 21

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

Shades of Earls Green #BEAB15

Tints of Earls Green #BEAB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 49.74%
G = 44.76%
B = 5.5%

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

#BEAB15 (or 0xBEAB15) is known color: Earls Green. HEX triplet: BE, AB and 15. RGB value is (190,171,21). Sum of RGB (Red+Green+Blue) = 190+171+21=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB15 is #4154EA. Grayscale: #A0A0A0. Windows color (decimal): -4281579 or 1420222. OLE color: 1420222.

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

Color convert

RGB 190 171 21 -
CMYK 0 0.10 0.89 0.25
HSL 53.25º 0.8% 0.41% -
HSV(B) 53.25º 0.89% 0.75% -
XYZ 35.93 40.13 6.56 -
YUV 159.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 190 171 21 0 0.10 0.89 0.25 53.25 0.8 0.41
Hex BE AB 15 0 A 59 19 35 50 29
Octal 276 253 25 0 12 131 31 65 120 51
Binary 10111110 10101011 10101 0 1010 1011001 11001 110101 1010000 101001

Color Harmonies of #BEAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB15

Black with #BEAB15

Text Example


Text Example

White with #BEAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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