#BEB82E

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

Shades of Earls Green #BEB82E

Tints of Earls Green #BEB82E

Color information

#BEB82E (or 0xBEB82E) is unknown color: approx Earls Green. HEX triplet: BE, B8 and 2E. RGB value is (190,184,46). Sum of RGB (Red+Green+Blue) = 190+184+46=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB82E is #4147D1. Grayscale: #AAAAAA. Windows color (decimal): -4278226 or 3061950. OLE color: 3061950.

HSL color Cylindrical-coordinate representation of color #BEB82E: hue angle of 57.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEB82E is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19018446-
CMYK00.030.760.25
HSL57.5º61.02%46.27%-
HSV(B)57.5º75.79%74.51%-
XYZ38.8745.439.3-
YUV170.0657.99142.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 46 (18.36% from 255) = 10.95%
R=45.24%
G=43.81%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901844600.030.760.2557.561.0246.27
HexBEB82E034C193a3d2e
Octal276270560311431727556
Binary1011111010111000101110011100110011001111010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB82E; }

 p { color: rgb(190,184,46); }

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

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

 a { background-color: rgb(190,184,46); }

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

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

 span { border-color: rgb(190,184,46); }

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