#BEB421

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

Shades of Earls Green #BEB421

Tints of Earls Green #BEB421

Color information

#BEB421 (or 0xBEB421) is unknown color: approx Earls Green. HEX triplet: BE, B4 and 21. RGB value is (190,180,33). Sum of RGB (Red+Green+Blue) = 190+180+33=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB421 is #414BDE. Grayscale: #A6A6A6. Windows color (decimal): -4279263 or 2208958. OLE color: 2208958.

HSL color Cylindrical-coordinate representation of color #BEB421: hue angle of 56.18º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEB421 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19018033-
CMYK00.050.830.25
HSL56.18º70.4%43.73%-
HSV(B)56.18º82.63%74.51%-
XYZ37.8343.77.88-
YUV166.2352.81144.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 33 (13.28% from 255) = 8.19%
R=47.15%
G=44.67%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901803300.050.830.2556.1870.443.73
HexBEB42105531938462c
Octal2762644105123317010654
Binary101111101011010010000101011010011110011110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB421; }

 p { color: rgb(190,180,33); }

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

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

 a { background-color: rgb(190,180,33); }

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

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

 span { border-color: rgb(190,180,33); }

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