#BEA81C

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

Shades of Earls Green #BEA81C

Tints of Earls Green #BEA81C

Color information

#BEA81C (or 0xBEA81C) is unknown color: approx Earls Green. HEX triplet: BE, A8 and 1C. RGB value is (190,168,28). Sum of RGB (Red+Green+Blue) = 190+168+28=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA81C is #4157E3. Grayscale: #9F9F9F. Windows color (decimal): -4282340 or 1878206. OLE color: 1878206.

HSL color Cylindrical-coordinate representation of color #BEA81C: hue angle of 51.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEA81C is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19016828-
CMYK00.120.850.25
HSL51.85º74.31%42.75%-
HSV(B)51.85º85.26%74.51%-
XYZ35.4539.046.77-
YUV158.6254.29150.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 168 (66.02% from 255) = 43.52%
BLUE value IS 28 (11.33% from 255) = 7.25%
R=49.22%
G=43.52%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901682800.120.850.2551.8574.3142.75
HexBEA81C0C5519344a2b
Octal27625034014125316411253
Binary101111101010100011100011001010101110011101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA81C; }

 p { color: rgb(190,168,28); }

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

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

 a { background-color: rgb(190,168,28); }

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

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

 span { border-color: rgb(190,168,28); }

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