Html Css Color HEX #BEAB31 Earls Green

📋 copy color: '#BEAB31'

red 190 ◦ green 171 ◦ blue 49

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

Shades of Earls Green #BEAB31

Tints of Earls Green #BEAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.71%

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

R = 46.34%
G = 41.71%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEAB31 (or 0xBEAB31) is known color: Earls Green. HEX triplet: BE, AB and 31. RGB value is (190,171,49). Sum of RGB (Red+Green+Blue) = 190+171+49=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB31 is #4154CE. Grayscale: #A3A3A3. Windows color (decimal): -4281551 or 3255230. OLE color: 3255230.

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

Color convert

RGB 190 171 49 -
CMYK 0 0.10 0.74 0.25
HSL 51.91º 0.59% 0.47% -
HSV(B) 51.91º 0.74% 0.75% -
XYZ 36.35 40.29 8.77 -
YUV 162.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 190 171 49 0 0.10 0.74 0.25 51.91 0.59 0.47
Hex BE AB 31 0 A 4A 19 34 3B 2F
Octal 276 253 61 0 12 112 31 64 73 57
Binary 10111110 10101011 110001 0 1010 1001010 11001 110100 111011 101111

Color Harmonies of #BEAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB31

Black with #BEAB31

Text Example


Text Example

White with #BEAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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