#BEAB0B

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

Shades of Earls Green #BEAB0B

Tints of Earls Green #BEAB0B

Color information

#BEAB0B (or 0xBEAB0B) is unknown color: approx Earls Green. HEX triplet: BE, AB and 0B. RGB value is (190,171,11). Sum of RGB (Red+Green+Blue) = 190+171+11=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB0B is #4154F4. Grayscale: #9F9F9F. Windows color (decimal): -4281589 or 764862. OLE color: 764862.

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

Color convert

RGB19017111-
CMYK00.100.940.25
HSL53.63º89.05%39.41%-
HSV(B)53.63º94.21%74.51%-
XYZ35.8640.16.17-
YUV158.4444.79150.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 11 (4.69% from 255) = 2.96%
R=51.08%
G=45.97%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901711100.100.940.2553.6389.0539.41
HexBEABB0A5E19365927
Octal27625313012136316613147
Binary10111110101010111011010101011110110011101101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB0B; }

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

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

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

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

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

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

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

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