Html Css Color HEX #BAB013 Earls Green

📋 copy color: '#BAB013'

red 186 ◦ green 176 ◦ blue 19

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

Shades of Earls Green #BAB013

Tints of Earls Green #BAB013

RGB

 RED value IS 186 (73.05% from 255) = 48.82%

 GREEN value IS 176 (69.14% from 255) = 46.19%

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

R = 48.82%
G = 46.19%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAB013 (or 0xBAB013) is known color: Earls Green. HEX triplet: BA, B0 and 13. RGB value is (186,176,19). Sum of RGB (Red+Green+Blue) = 186+176+19=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB013 is #454FEC. Grayscale: #A1A1A1. Windows color (decimal): -4542445 or 1290426. OLE color: 1290426.

HSL color Cylindrical-coordinate representation of color #BAB013: hue angle of 56.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BAB013 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 19 -
CMYK 0 0.05 0.90 0.27
HSL 56.41º 0.81% 0.4% -
HSV(B) 56.41º 0.9% 0.73% -
XYZ 35.89 41.54 6.74 -
YUV 161.09 47.81 145.77 -
System Red Green Blue C M Y K H S L
Decimal 186 176 19 0 0.05 0.90 0.27 56.41 0.81 0.4
Hex BA B0 13 0 5 5A 1B 38 51 28
Octal 272 260 23 0 5 132 33 70 121 50
Binary 10111010 10110000 10011 0 101 1011010 11011 111000 1010001 101000

Color Harmonies of #BAB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB013

Black with #BAB013

Text Example


Text Example

White with #BAB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB013; }

 p { color: rgb(186,176,19); }

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

background-color css

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

 a { background-color: rgb(186,176,19); }

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

border-color css

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

 span { border-color: rgb(186,176,19); }

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