#BEB61E

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

Shades of Earls Green #BEB61E

Tints of Earls Green #BEB61E

Color information

#BEB61E (or 0xBEB61E) is unknown color: approx Earls Green. HEX triplet: BE, B6 and 1E. RGB value is (190,182,30). Sum of RGB (Red+Green+Blue) = 190+182+30=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB61E is #4149E1. Grayscale: #A7A7A7. Windows color (decimal): -4278754 or 2012862. OLE color: 2012862.

HSL color Cylindrical-coordinate representation of color #BEB61E: hue angle of 57º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEB61E is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19018230-
CMYK00.040.840.25
HSL57º72.73%43.14%-
HSV(B)57º84.21%74.51%-
XYZ38.244.57.8-
YUV167.0650.65144.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 182 (71.48% from 255) = 45.27%
BLUE value IS 30 (12.11% from 255) = 7.46%
R=47.26%
G=45.27%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901823000.040.840.255772.7343.14
HexBEB61E04541939492b
Octal2762663604124317111153
Binary10111110101101101111001001010100110011110011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB61E; }

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

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

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

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

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

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

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

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