Html Css Color HEX #BEAC15 Earls Green

📋 copy color: '#BEAC15'

red 190 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #BEAC15

Tints of Earls Green #BEAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.91%

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

R = 49.61%
G = 44.91%
B = 5.48%

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

#BEAC15 (or 0xBEAC15) is known color: Earls Green. HEX triplet: BE, AC and 15. RGB value is (190,172,21). Sum of RGB (Red+Green+Blue) = 190+172+21=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC15 is #4153EA. Grayscale: #A0A0A0. Windows color (decimal): -4281323 or 1420478. OLE color: 1420478.

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

Color convert

RGB 190 172 21 -
CMYK 0 0.09 0.89 0.25
HSL 53.61º 0.8% 0.41% -
HSV(B) 53.61º 0.89% 0.75% -
XYZ 36.12 40.51 6.62 -
YUV 160.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 190 172 21 0 0.09 0.89 0.25 53.61 0.8 0.41
Hex BE AC 15 0 9 59 19 36 50 29
Octal 276 254 25 0 11 131 31 66 120 51
Binary 10111110 10101100 10101 0 1001 1011001 11001 110110 1010000 101001

Color Harmonies of #BEAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC15

Black with #BEAC15

Text Example


Text Example

White with #BEAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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