Html Css Color HEX #BEAE21 Earls Green

📋 copy color: '#BEAE21'

red 190 ◦ green 174 ◦ blue 33

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

Shades of Earls Green #BEAE21

Tints of Earls Green #BEAE21

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.83%

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

R = 47.86%
G = 43.83%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEAE21 (or 0xBEAE21) is known color: Earls Green. HEX triplet: BE, AE and 21. RGB value is (190,174,33). Sum of RGB (Red+Green+Blue) = 190+174+33=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE21 is #4151DE. Grayscale: #A3A3A3. Windows color (decimal): -4280799 or 2207422. OLE color: 2207422.

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

Color convert

RGB 190 174 33 -
CMYK 0 0.08 0.83 0.25
HSL 53.89º 0.7% 0.44% -
HSV(B) 53.89º 0.83% 0.75% -
XYZ 36.65 41.33 7.48 -
YUV 162.71 54.8 147.46 -
System Red Green Blue C M Y K H S L
Decimal 190 174 33 0 0.08 0.83 0.25 53.89 0.7 0.44
Hex BE AE 21 0 8 53 19 36 46 2C
Octal 276 256 41 0 10 123 31 66 106 54
Binary 10111110 10101110 100001 0 1000 1010011 11001 110110 1000110 101100

Color Harmonies of #BEAE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAE21

Black with #BEAE21

Text Example


Text Example

White with #BEAE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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