Html Css Color HEX #BEAC31 Earls Green

📋 copy color: '#BEAC31'

red 190 ◦ green 172 ◦ blue 49

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

Shades of Earls Green #BEAC31

Tints of Earls Green #BEAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 46.23%
G = 41.85%
B = 11.92%

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

#BEAC31 (or 0xBEAC31) is known color: Earls Green. HEX triplet: BE, AC and 31. RGB value is (190,172,49). Sum of RGB (Red+Green+Blue) = 190+172+49=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC31 is #4153CE. Grayscale: #A3A3A3. Windows color (decimal): -4281295 or 3255486. OLE color: 3255486.

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

Color convert

RGB 190 172 49 -
CMYK 0 0.09 0.74 0.25
HSL 52.34º 0.59% 0.47% -
HSV(B) 52.34º 0.74% 0.75% -
XYZ 36.54 40.67 8.83 -
YUV 163.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 190 172 49 0 0.09 0.74 0.25 52.34 0.59 0.47
Hex BE AC 31 0 9 4A 19 34 3B 2F
Octal 276 254 61 0 11 112 31 64 73 57
Binary 10111110 10101100 110001 0 1001 1001010 11001 110100 111011 101111

Color Harmonies of #BEAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAC31

Black with #BEAC31

Text Example


Text Example

White with #BEAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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