Html Css Color HEX #BEA831 Earls Green

📋 copy color: '#BEA831'

red 190 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #BEA831

Tints of Earls Green #BEA831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 46.68%
G = 41.28%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEA831 (or 0xBEA831) is known color: Earls Green. HEX triplet: BE, A8 and 31. RGB value is (190,168,49). Sum of RGB (Red+Green+Blue) = 190+168+49=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA831 is #4157CE. Grayscale: #A1A1A1. Windows color (decimal): -4282319 or 3254462. OLE color: 3254462.

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

Color convert

RGB 190 168 49 -
CMYK 0 0.12 0.74 0.25
HSL 50.64º 0.59% 0.47% -
HSV(B) 50.64º 0.74% 0.75% -
XYZ 35.79 39.17 8.58 -
YUV 161.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 190 168 49 0 0.12 0.74 0.25 50.64 0.59 0.47
Hex BE A8 31 0 C 4A 19 33 3B 2F
Octal 276 250 61 0 14 112 31 63 73 57
Binary 10111110 10101000 110001 0 1100 1001010 11001 110011 111011 101111

Color Harmonies of #BEA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA831

Black with #BEA831

Text Example


Text Example

White with #BEA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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