Html Css Color HEX #BEA620 Earls Green

📋 copy color: '#BEA620'

red 190 ◦ green 166 ◦ blue 32

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

Shades of Earls Green #BEA620

Tints of Earls Green #BEA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 48.97%
G = 42.78%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEA620 (or 0xBEA620) is known color: Earls Green. HEX triplet: BE, A6 and 20. RGB value is (190,166,32). Sum of RGB (Red+Green+Blue) = 190+166+32=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA620 is #4159DF. Grayscale: #9E9E9E. Windows color (decimal): -4282848 or 2139838. OLE color: 2139838.

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

Color convert

RGB 190 166 32 -
CMYK 0 0.13 0.83 0.25
HSL 50.89º 0.71% 0.44% -
HSV(B) 50.89º 0.83% 0.75% -
XYZ 35.13 38.32 6.91 -
YUV 157.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 190 166 32 0 0.13 0.83 0.25 50.89 0.71 0.44
Hex BE A6 20 0 D 53 19 33 47 2C
Octal 276 246 40 0 15 123 31 63 107 54
Binary 10111110 10100110 100000 0 1101 1010011 11001 110011 1000111 101100

Color Harmonies of #BEA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA620

Black with #BEA620

Text Example


Text Example

White with #BEA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA620; }

 p { color: rgb(190,166,32); }

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

background-color css

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

 a { background-color: rgb(190,166,32); }

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

border-color css

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

 span { border-color: rgb(190,166,32); }

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