#BEA226

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

Shades of Earls Green #BEA226

Tints of Earls Green #BEA226

Color information

#BEA226 (or 0xBEA226) is unknown color: approx Earls Green. HEX triplet: BE, A2 and 26. RGB value is (190,162,38). Sum of RGB (Red+Green+Blue) = 190+162+38=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA226 is #415DD9. Grayscale: #9C9C9C. Windows color (decimal): -4283866 or 2532030. OLE color: 2532030.

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

Color convert

RGB19016238-
CMYK00.150.80.25
HSL48.95º66.67%44.71%-
HSV(B)48.95º80%74.51%-
XYZ34.5136.937.14-
YUV156.2461.28152.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 38 (15.23% from 255) = 9.74%
R=48.72%
G=41.54%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901623800.150.80.2548.9566.6744.71
HexBEA2260F501931432d
Octal27624246017120316110355
Binary1011111010100010100110011111010000110011100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA226; }

 p { color: rgb(190,162,38); }

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

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

 a { background-color: rgb(190,162,38); }

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

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

 span { border-color: rgb(190,162,38); }

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