Html Css Color HEX #BEA621 Earls Green

📋 copy color: '#BEA621'

red 190 ◦ green 166 ◦ blue 33

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

Shades of Earls Green #BEA621

Tints of Earls Green #BEA621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 48.84%
G = 42.67%
B = 8.48%

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

#BEA621 (or 0xBEA621) is known color: Earls Green. HEX triplet: BE, A6 and 21. RGB value is (190,166,33). Sum of RGB (Red+Green+Blue) = 190+166+33=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA621 is #4159DE. Grayscale: #9E9E9E. Windows color (decimal): -4282847 or 2205374. OLE color: 2205374.

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

Color convert

RGB 190 166 33 -
CMYK 0 0.13 0.83 0.25
HSL 50.83º 0.7% 0.44% -
HSV(B) 50.83º 0.83% 0.75% -
XYZ 35.15 38.33 6.98 -
YUV 158.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 190 166 33 0 0.13 0.83 0.25 50.83 0.7 0.44
Hex BE A6 21 0 D 53 19 33 46 2C
Octal 276 246 41 0 15 123 31 63 106 54
Binary 10111110 10100110 100001 0 1101 1010011 11001 110011 1000110 101100

Color Harmonies of #BEA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA621

Black with #BEA621

Text Example


Text Example

White with #BEA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA621; }

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

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

background-color css

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

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

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

border-color css

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

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

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