Html Css Color HEX #BEAC13 Earls Green

📋 copy color: '#BEAC13'

red 190 ◦ green 172 ◦ blue 19

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

Shades of Earls Green #BEAC13

Tints of Earls Green #BEAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 49.87%
G = 45.14%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEAC13 (or 0xBEAC13) is known color: Earls Green. HEX triplet: BE, AC and 13. RGB value is (190,172,19). Sum of RGB (Red+Green+Blue) = 190+172+19=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC13 is #4153EC. Grayscale: #A0A0A0. Windows color (decimal): -4281325 or 1289406. OLE color: 1289406.

HSL color Cylindrical-coordinate representation of color #BEAC13: hue angle of 53.68º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEAC13 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 19 -
CMYK 0 0.09 0.90 0.25
HSL 53.68º 0.82% 0.41% -
HSV(B) 53.68º 0.9% 0.75% -
XYZ 36.11 40.5 6.53 -
YUV 159.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 190 172 19 0 0.09 0.90 0.25 53.68 0.82 0.41
Hex BE AC 13 0 9 5A 19 36 52 29
Octal 276 254 23 0 11 132 31 66 122 51
Binary 10111110 10101100 10011 0 1001 1011010 11001 110110 1010010 101001

Color Harmonies of #BEAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC13

Black with #BEAC13

Text Example


Text Example

White with #BEAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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