#BEB31E

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

Shades of Earls Green #BEB31E

Tints of Earls Green #BEB31E

Color information

#BEB31E (or 0xBEB31E) is unknown color: approx Earls Green. HEX triplet: BE, B3 and 1E. RGB value is (190,179,30). Sum of RGB (Red+Green+Blue) = 190+179+30=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB31E is #414CE1. Grayscale: #A5A5A5. Windows color (decimal): -4279522 or 2012094. OLE color: 2012094.

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

Color convert

RGB19017930-
CMYK00.060.840.25
HSL55.88º72.73%43.14%-
HSV(B)55.88º84.21%74.51%-
XYZ37.5943.287.6-
YUV165.351.64145.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 179 (70.31% from 255) = 44.86%
BLUE value IS 30 (12.11% from 255) = 7.52%
R=47.62%
G=44.86%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901793000.060.840.2555.8872.7343.14
HexBEB31E06541938492b
Octal2762633606124317011153
Binary10111110101100111111001101010100110011110001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB31E; }

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

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

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

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

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

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

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

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