#BEB020

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

Shades of Earls Green #BEB020

Tints of Earls Green #BEB020

Color information

#BEB020 (or 0xBEB020) is unknown color: approx Earls Green. HEX triplet: BE, B0 and 20. RGB value is (190,176,32). Sum of RGB (Red+Green+Blue) = 190+176+32=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB020 is #414FDF. Grayscale: #A4A4A4. Windows color (decimal): -4280288 or 2142398. OLE color: 2142398.

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

Color convert

RGB19017632-
CMYK00.070.830.25
HSL54.68º71.17%43.53%-
HSV(B)54.68º83.16%74.51%-
XYZ37.0242.17.54-
YUV163.7753.64146.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 32 (12.89% from 255) = 8.04%
R=47.74%
G=44.22%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901763200.070.830.2554.6871.1743.53
HexBEB02007531937472c
Octal2762604007123316710754
Binary101111101011000010000001111010011110011101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB020; }

 p { color: rgb(190,176,32); }

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

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

 a { background-color: rgb(190,176,32); }

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

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

 span { border-color: rgb(190,176,32); }

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