#BEB62A

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

Shades of Earls Green #BEB62A

Tints of Earls Green #BEB62A

Color information

#BEB62A (or 0xBEB62A) is unknown color: approx Earls Green. HEX triplet: BE, B6 and 2A. RGB value is (190,182,42). Sum of RGB (Red+Green+Blue) = 190+182+42=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 42 (16.80% from 255 or 10.14% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB62A is #4149D5. Grayscale: #A9A9A9. Windows color (decimal): -4278742 or 2799294. OLE color: 2799294.

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

Color convert

RGB19018242-
CMYK00.040.780.25
HSL56.76º63.79%45.49%-
HSV(B)56.76º77.89%74.51%-
XYZ38.3844.578.77-
YUV168.4356.65143.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 42 (16.80% from 255) = 10.14%
R=45.89%
G=43.96%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901824200.040.780.2556.7663.7945.49
HexBEB62A044E1939402d
Octal2762665204116317110055
Binary101111101011011010101001001001110110011110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB62A; }

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

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

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

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

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

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

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

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