#BEB82A

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

Shades of Earls Green #BEB82A

Tints of Earls Green #BEB82A

Color information

#BEB82A (or 0xBEB82A) is unknown color: approx Earls Green. HEX triplet: BE, B8 and 2A. RGB value is (190,184,42). Sum of RGB (Red+Green+Blue) = 190+184+42=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB82A is #4147D5. Grayscale: #AAAAAA. Windows color (decimal): -4278230 or 2799806. OLE color: 2799806.

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

Color convert

RGB19018442-
CMYK00.030.780.25
HSL57.57º63.79%45.49%-
HSV(B)57.57º77.89%74.51%-
XYZ38.7945.48.91-
YUV169.6155.99142.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 184 (72.27% from 255) = 44.23%
BLUE value IS 42 (16.80% from 255) = 10.10%
R=45.67%
G=44.23%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901844200.030.780.2557.5763.7945.49
HexBEB82A034E193a402d
Octal2762705203116317210055
Binary10111110101110001010100111001110110011110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB82A; }

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

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

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

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

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

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

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

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