Html Css Color HEX #BEAB13 Earls Green

📋 copy color: '#BEAB13'

red 190 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #BEAB13

Tints of Earls Green #BEAB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5%

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BEAB13 (or 0xBEAB13) is known color: Earls Green. HEX triplet: BE, AB and 13. RGB value is (190,171,19). Sum of RGB (Red+Green+Blue) = 190+171+19=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAB13 is #4154EC. Grayscale: #9F9F9F. Windows color (decimal): -4281581 or 1289150. OLE color: 1289150.

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

Color convert

RGB 190 171 19 -
CMYK 0 0.10 0.90 0.25
HSL 53.33º 0.82% 0.41% -
HSV(B) 53.33º 0.9% 0.75% -
XYZ 35.92 40.12 6.47 -
YUV 159.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 190 171 19 0 0.10 0.90 0.25 53.33 0.82 0.41
Hex BE AB 13 0 A 5A 19 35 52 29
Octal 276 253 23 0 12 132 31 65 122 51
Binary 10111110 10101011 10011 0 1010 1011010 11001 110101 1010010 101001

Color Harmonies of #BEAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB13

Black with #BEAB13

Text Example


Text Example

White with #BEAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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