#BEB51F

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

Shades of Earls Green #BEB51F

Tints of Earls Green #BEB51F

Color information

#BEB51F (or 0xBEB51F) is unknown color: approx Earls Green. HEX triplet: BE, B5 and 1F. RGB value is (190,181,31). Sum of RGB (Red+Green+Blue) = 190+181+31=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB51F is #414AE0. Grayscale: #A7A7A7. Windows color (decimal): -4279009 or 2078142. OLE color: 2078142.

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

Color convert

RGB19018131-
CMYK00.050.840.25
HSL56.6º71.95%43.33%-
HSV(B)56.6º83.68%74.51%-
XYZ38.0144.097.8-
YUV166.5951.48144.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 181 (71.09% from 255) = 45.02%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=47.26%
G=45.02%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901813100.050.840.2556.671.9543.33
HexBEB51F05541939482b
Octal2762653705124317111053
Binary10111110101101011111101011010100110011110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB51F; }

 p { color: rgb(190,181,31); }

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

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

 a { background-color: rgb(190,181,31); }

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

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

 span { border-color: rgb(190,181,31); }

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