Html Css Color HEX #BEA424 Earls Green

📋 copy color: '#BEA424'

red 190 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #BEA424

Tints of Earls Green #BEA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

 BLUE value IS 36 (14.45% from 255) = 9.23%

R = 48.72%
G = 42.05%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEA424 (or 0xBEA424) is known color: Earls Green. HEX triplet: BE, A4 and 24. RGB value is (190,164,36). Sum of RGB (Red+Green+Blue) = 190+164+36=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA424 is #415BDB. Grayscale: #9D9D9D. Windows color (decimal): -4283356 or 2401470. OLE color: 2401470.

HSL color Cylindrical-coordinate representation of color #BEA424: hue angle of 49.87º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEA424 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 164 36 -
CMYK 0 0.14 0.81 0.25
HSL 49.87º 0.68% 0.44% -
HSV(B) 49.87º 0.81% 0.75% -
XYZ 34.83 37.63 7.1 -
YUV 157.18 59.61 151.41 -
System Red Green Blue C M Y K H S L
Decimal 190 164 36 0 0.14 0.81 0.25 49.87 0.68 0.44
Hex BE A4 24 0 E 51 19 32 44 2C
Octal 276 244 44 0 16 121 31 62 104 54
Binary 10111110 10100100 100100 0 1110 1010001 11001 110010 1000100 101100

Color Harmonies of #BEA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA424

Black with #BEA424

Text Example


Text Example

White with #BEA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA424; }

 p { color: rgb(190,164,36); }

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

background-color css

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

 a { background-color: rgb(190,164,36); }

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

border-color css

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

 span { border-color: rgb(190,164,36); }

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