Html Css Color HEX #BEAB10 Earls Green

📋 copy color: '#BEAB10'

red 190 ◦ green 171 ◦ blue 16

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

Shades of Earls Green #BEAB10

Tints of Earls Green #BEAB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 50.4%
G = 45.36%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BEAB10 (or 0xBEAB10) is known color: Earls Green. HEX triplet: BE, AB and 10. RGB value is (190,171,16). Sum of RGB (Red+Green+Blue) = 190+171+16=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB10 is #4154EF. Grayscale: #9F9F9F. Windows color (decimal): -4281584 or 1092542. OLE color: 1092542.

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

Color convert

RGB 190 171 16 -
CMYK 0 0.10 0.92 0.25
HSL 53.45º 0.84% 0.4% -
HSV(B) 53.45º 0.92% 0.75% -
XYZ 35.89 40.11 6.34 -
YUV 159.01 47.29 150.1 -
System Red Green Blue C M Y K H S L
Decimal 190 171 16 0 0.10 0.92 0.25 53.45 0.84 0.4
Hex BE AB 10 0 A 5C 19 35 54 28
Octal 276 253 20 0 12 134 31 65 124 50
Binary 10111110 10101011 10000 0 1010 1011100 11001 110101 1010100 101000

Color Harmonies of #BEAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB10

Black with #BEAB10

Text Example


Text Example

White with #BEAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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