Html Css Color HEX #BEA41E Earls Green

📋 copy color: '#BEA41E'

red 190 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #BEA41E

Tints of Earls Green #BEA41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.81%

R = 49.48%
G = 42.71%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BEA41E (or 0xBEA41E) is known color: Earls Green. HEX triplet: BE, A4 and 1E. RGB value is (190,164,30). Sum of RGB (Red+Green+Blue) = 190+164+30=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA41E is #415BE1. Grayscale: #9D9D9D. Windows color (decimal): -4283362 or 2008254. OLE color: 2008254.

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

Color convert

RGB 190 164 30 -
CMYK 0 0.14 0.84 0.25
HSL 50.25º 0.73% 0.43% -
HSV(B) 50.25º 0.84% 0.75% -
XYZ 34.75 37.59 6.65 -
YUV 156.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 190 164 30 0 0.14 0.84 0.25 50.25 0.73 0.43
Hex BE A4 1E 0 E 54 19 32 49 2B
Octal 276 244 36 0 16 124 31 62 111 53
Binary 10111110 10100100 11110 0 1110 1010100 11001 110010 1001001 101011

Color Harmonies of #BEA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA41E

Black with #BEA41E

Text Example


Text Example

White with #BEA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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