#BEB11E

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

Shades of Earls Green #BEB11E

Tints of Earls Green #BEB11E

Color information

#BEB11E (or 0xBEB11E) is unknown color: approx Earls Green. HEX triplet: BE, B1 and 1E. RGB value is (190,177,30). Sum of RGB (Red+Green+Blue) = 190+177+30=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB11E is #414EE1. Grayscale: #A4A4A4. Windows color (decimal): -4280034 or 2011582. OLE color: 2011582.

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

Color convert

RGB19017730-
CMYK00.070.840.25
HSL55.12º72.73%43.14%-
HSV(B)55.12º84.21%74.51%-
XYZ37.1942.497.47-
YUV164.1352.31146.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=47.86%
G=44.58%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901773000.070.840.2555.1272.7343.14
HexBEB11E07541937492b
Octal2762613607124316711153
Binary10111110101100011111001111010100110011101111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB11E; }

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

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

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

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

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

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

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

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