Html Css Color HEX #BEAC16 Earls Green

📋 copy color: '#BEAC16'

red 190 ◦ green 172 ◦ blue 22

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

Shades of Earls Green #BEAC16

Tints of Earls Green #BEAC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 49.48%
G = 44.79%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BEAC16 (or 0xBEAC16) is known color: Earls Green. HEX triplet: BE, AC and 16. RGB value is (190,172,22). Sum of RGB (Red+Green+Blue) = 190+172+22=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC16 is #4153E9. Grayscale: #A0A0A0. Windows color (decimal): -4281322 or 1486014. OLE color: 1486014.

HSL color Cylindrical-coordinate representation of color #BEAC16: hue angle of 53.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEAC16 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 172 22 -
CMYK 0 0.09 0.88 0.25
HSL 53.57º 0.79% 0.42% -
HSV(B) 53.57º 0.88% 0.75% -
XYZ 36.13 40.51 6.67 -
YUV 160.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 190 172 22 0 0.09 0.88 0.25 53.57 0.79 0.42
Hex BE AC 16 0 9 58 19 36 4F 2A
Octal 276 254 26 0 11 130 31 66 117 52
Binary 10111110 10101100 10110 0 1001 1011000 11001 110110 1001111 101010

Color Harmonies of #BEAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC16

Black with #BEAC16

Text Example


Text Example

White with #BEAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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