Html Css Color HEX #BEA51E Earls Green

📋 copy color: '#BEA51E'

red 190 ◦ green 165 ◦ blue 30

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

Shades of Earls Green #BEA51E

Tints of Earls Green #BEA51E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

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

R = 49.35%
G = 42.86%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BEA51E (or 0xBEA51E) is known color: Earls Green. HEX triplet: BE, A5 and 1E. RGB value is (190,165,30). Sum of RGB (Red+Green+Blue) = 190+165+30=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA51E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA51E is #415AE1. Grayscale: #9D9D9D. Windows color (decimal): -4283106 or 2008510. OLE color: 2008510.

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

Color convert

RGB 190 165 30 -
CMYK 0 0.13 0.84 0.25
HSL 50.63º 0.73% 0.43% -
HSV(B) 50.63º 0.84% 0.75% -
XYZ 34.92 37.95 6.71 -
YUV 157.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 190 165 30 0 0.13 0.84 0.25 50.63 0.73 0.43
Hex BE A5 1E 0 D 54 19 33 49 2B
Octal 276 245 36 0 15 124 31 63 111 53
Binary 10111110 10100101 11110 0 1101 1010100 11001 110011 1001001 101011

Color Harmonies of #BEA51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA51E

Black with #BEA51E

Text Example


Text Example

White with #BEA51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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