Html Css Color HEX #BEA813 Earls Green

📋 copy color: '#BEA813'

red 190 ◦ green 168 ◦ blue 19

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

Shades of Earls Green #BEA813

Tints of Earls Green #BEA813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 50.4%
G = 44.56%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEA813 (or 0xBEA813) is known color: Earls Green. HEX triplet: BE, A8 and 13. RGB value is (190,168,19). Sum of RGB (Red+Green+Blue) = 190+168+19=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA813 is #4157EC. Grayscale: #9E9E9E. Windows color (decimal): -4282349 or 1288382. OLE color: 1288382.

HSL color Cylindrical-coordinate representation of color #BEA813: hue angle of 52.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEA813 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 19 -
CMYK 0 0.12 0.90 0.25
HSL 52.28º 0.82% 0.41% -
HSV(B) 52.28º 0.9% 0.75% -
XYZ 35.36 39 6.28 -
YUV 157.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 190 168 19 0 0.12 0.90 0.25 52.28 0.82 0.41
Hex BE A8 13 0 C 5A 19 34 52 29
Octal 276 250 23 0 14 132 31 64 122 51
Binary 10111110 10101000 10011 0 1100 1011010 11001 110100 1010010 101001

Color Harmonies of #BEA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA813

Black with #BEA813

Text Example


Text Example

White with #BEA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA813; }

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

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

background-color css

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

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

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

border-color css

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

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

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