Html Css Color HEX #BEAB11 Earls Green

📋 copy color: '#BEAB11'

red 190 ◦ green 171 ◦ blue 17

#BEAB11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BEAB11

Tints of Earls Green #BEAB11

RGB

 RED value IS 190 (74.61% from 255) = 50.26%

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 50.26%
G = 45.24%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BEAB11 (or 0xBEAB11) is known color: Earls Green. HEX triplet: BE, AB and 11. RGB value is (190,171,17). Sum of RGB (Red+Green+Blue) = 190+171+17=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB11 is #4154EE. Grayscale: #9F9F9F. Windows color (decimal): -4281583 or 1158078. OLE color: 1158078.

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

Color convert

RGB 190 171 17 -
CMYK 0 0.10 0.91 0.25
HSL 53.41º 0.84% 0.41% -
HSV(B) 53.41º 0.91% 0.75% -
XYZ 35.9 40.11 6.38 -
YUV 159.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 190 171 17 0 0.10 0.91 0.25 53.41 0.84 0.41
Hex BE AB 11 0 A 5B 19 35 54 29
Octal 276 253 21 0 12 133 31 65 124 51
Binary 10111110 10101011 10001 0 1010 1011011 11001 110101 1010100 101001

Color Harmonies of #BEAB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB11

Black with #BEAB11

Text Example


Text Example

White with #BEAB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB11; }

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

 H1.HeaderClassName
 {
   color: #BEAB11;
 }
 .AnyTagClassName
 {
   color: #BEAB11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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