#BEAB1B

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

Shades of Earls Green #BEAB1B

Tints of Earls Green #BEAB1B

Color information

#BEAB1B (or 0xBEAB1B) is unknown color: approx Earls Green. HEX triplet: BE, AB and 1B. RGB value is (190,171,27). Sum of RGB (Red+Green+Blue) = 190+171+27=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB1B is #4154E4. Grayscale: #A0A0A0. Windows color (decimal): -4281573 or 1813438. OLE color: 1813438.

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

Color convert

RGB19017127-
CMYK00.100.860.25
HSL53.01º75.12%42.55%-
HSV(B)53.01º85.79%74.51%-
XYZ3640.156.89-
YUV160.2652.79149.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 27 (10.94% from 255) = 6.96%
R=48.97%
G=44.07%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901712700.100.860.2553.0175.1242.55
HexBEAB1B0A5619354b2b
Octal27625333012126316511353
Binary101111101010101111011010101010110110011101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB1B; }

 p { color: rgb(190,171,27); }

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

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

 a { background-color: rgb(190,171,27); }

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

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

 span { border-color: rgb(190,171,27); }

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