Html Css Color HEX #BEA816 Earls Green

📋 copy color: '#BEA816'

red 190 ◦ green 168 ◦ blue 22

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

Shades of Earls Green #BEA816

Tints of Earls Green #BEA816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.79%

R = 50%
G = 44.21%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BEA816 (or 0xBEA816) is known color: Earls Green. HEX triplet: BE, A8 and 16. RGB value is (190,168,22). Sum of RGB (Red+Green+Blue) = 190+168+22=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 22 (8.98% from 255 or 5.79% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA816 is #4157E9. Grayscale: #9E9E9E. Windows color (decimal): -4282346 or 1484990. OLE color: 1484990.

HSL color Cylindrical-coordinate representation of color #BEA816: hue angle of 52.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEA816 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 22 -
CMYK 0 0.12 0.88 0.25
HSL 52.14º 0.79% 0.42% -
HSV(B) 52.14º 0.88% 0.75% -
XYZ 35.38 39.01 6.42 -
YUV 157.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 190 168 22 0 0.12 0.88 0.25 52.14 0.79 0.42
Hex BE A8 16 0 C 58 19 34 4F 2A
Octal 276 250 26 0 14 130 31 64 117 52
Binary 10111110 10101000 10110 0 1100 1011000 11001 110100 1001111 101010

Color Harmonies of #BEA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA816

Black with #BEA816

Text Example


Text Example

White with #BEA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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