#BEB42A

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

Shades of Earls Green #BEB42A

Tints of Earls Green #BEB42A

Color information

#BEB42A (or 0xBEB42A) is unknown color: approx Earls Green. HEX triplet: BE, B4 and 2A. RGB value is (190,180,42). Sum of RGB (Red+Green+Blue) = 190+180+42=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB42A is #414BD5. Grayscale: #A7A7A7. Windows color (decimal): -4279254 or 2798782. OLE color: 2798782.

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

Color convert

RGB19018042-
CMYK00.050.780.25
HSL55.95º63.79%45.49%-
HSV(B)55.95º77.89%74.51%-
XYZ37.9743.768.63-
YUV167.2657.31144.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 42 (16.80% from 255) = 10.19%
R=46.12%
G=43.69%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901804200.050.780.2555.9563.7945.49
HexBEB42A054E1938402d
Octal2762645205116317010055
Binary101111101011010010101001011001110110011110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB42A; }

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

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

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

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

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

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

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

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