Html Css Color HEX #BEAB1A Earls Green

📋 copy color: '#BEAB1A'

red 190 ◦ green 171 ◦ blue 26

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

Shades of Earls Green #BEAB1A

Tints of Earls Green #BEAB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.72%

R = 49.1%
G = 44.19%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEAB1A (or 0xBEAB1A) is known color: Earls Green. HEX triplet: BE, AB and 1A. RGB value is (190,171,26). Sum of RGB (Red+Green+Blue) = 190+171+26=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB1A is #4154E5. Grayscale: #A0A0A0. Windows color (decimal): -4281574 or 1747902. OLE color: 1747902.

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

Color convert

RGB 190 171 26 -
CMYK 0 0.10 0.86 0.25
HSL 53.05º 0.76% 0.42% -
HSV(B) 53.05º 0.86% 0.75% -
XYZ 35.98 40.15 6.83 -
YUV 160.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 190 171 26 0 0.10 0.86 0.25 53.05 0.76 0.42
Hex BE AB 1A 0 A 56 19 35 4C 2A
Octal 276 253 32 0 12 126 31 65 114 52
Binary 10111110 10101011 11010 0 1010 1010110 11001 110101 1001100 101010

Color Harmonies of #BEAB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB1A

Black with #BEAB1A

Text Example


Text Example

White with #BEAB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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