#BEB115

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

Shades of Earls Green #BEB115

Tints of Earls Green #BEB115

Color information

#BEB115 (or 0xBEB115) is unknown color: approx Earls Green. HEX triplet: BE, B1 and 15. RGB value is (190,177,21). Sum of RGB (Red+Green+Blue) = 190+177+21=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB115 is #414EEA. Grayscale: #A3A3A3. Windows color (decimal): -4280043 or 1421758. OLE color: 1421758.

HSL color Cylindrical-coordinate representation of color #BEB115: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEB115 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB19017721-
CMYK00.070.890.25
HSL55.38º80.09%41.37%-
HSV(B)55.38º88.95%74.51%-
XYZ37.0942.456.95-
YUV163.147.81147.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=48.97%
G=45.62%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901772100.070.890.2555.3880.0941.37
HexBEB115075919375029
Octal2762612507131316712051
Binary10111110101100011010101111011001110011101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB115; }

 p { color: rgb(190,177,21); }

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

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

 a { background-color: rgb(190,177,21); }

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

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

 span { border-color: rgb(190,177,21); }

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