#BEA716

Color #BEA716 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BEA716

Tints of Earls Green #BEA716

Color information

#BEA716 (or 0xBEA716) is unknown color: approx Earls Green. HEX triplet: BE, A7 and 16. RGB value is (190,167,22). Sum of RGB (Red+Green+Blue) = 190+167+22=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA716 is #4158E9. Grayscale: #9D9D9D. Windows color (decimal): -4282602 or 1484734. OLE color: 1484734.

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

Color convert

RGB19016722-
CMYK00.120.880.25
HSL51.79º79.25%41.57%-
HSV(B)51.79º88.42%74.51%-
XYZ35.238.646.36-
YUV157.3551.62151.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 22 (8.98% from 255) = 5.80%
R=50.13%
G=44.06%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901672200.120.880.2551.7979.2541.57
HexBEA7160C5819344f2a
Octal27624726014130316411752
Binary101111101010011110110011001011000110011101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA716; }

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

 H1.HeaderClassName
 {
   color: #BEA716;
 }
 .AnyTagClassName
 {
   color: #BEA716;
 }
</style>
background-color css

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

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

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

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

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

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