Html Css Color HEX #BEAD31 Earls Green

📋 copy color: '#BEAD31'

red 190 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #BEAD31

Tints of Earls Green #BEAD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 46.12%
G = 41.99%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEAD31 (or 0xBEAD31) is known color: Earls Green. HEX triplet: BE, AD and 31. RGB value is (190,173,49). Sum of RGB (Red+Green+Blue) = 190+173+49=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD31 is #4152CE. Grayscale: #A4A4A4. Windows color (decimal): -4281039 or 3255742. OLE color: 3255742.

HSL color Cylindrical-coordinate representation of color #BEAD31: hue angle of 52.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEAD31 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 173 49 -
CMYK 0 0.09 0.74 0.25
HSL 52.77º 0.59% 0.47% -
HSV(B) 52.77º 0.74% 0.75% -
XYZ 36.73 41.06 8.89 -
YUV 163.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 190 173 49 0 0.09 0.74 0.25 52.77 0.59 0.47
Hex BE AD 31 0 9 4A 19 35 3B 2F
Octal 276 255 61 0 11 112 31 65 73 57
Binary 10111110 10101101 110001 0 1001 1001010 11001 110101 111011 101111

Color Harmonies of #BEAD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAD31

Black with #BEAD31

Text Example


Text Example

White with #BEAD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAD31; }

 p { color: rgb(190,173,49); }

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

background-color css

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

 a { background-color: rgb(190,173,49); }

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

border-color css

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

 span { border-color: rgb(190,173,49); }

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