Html Css Color HEX #BAAB13 Earls Green

📋 copy color: '#BAAB13'

red 186 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #BAAB13

Tints of Earls Green #BAAB13

RGB

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

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

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

R = 49.47%
G = 45.48%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BAAB13 (or 0xBAAB13) is known color: Earls Green. HEX triplet: BA, AB and 13. RGB value is (186,171,19). Sum of RGB (Red+Green+Blue) = 186+171+19=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB13 is #4554EC. Grayscale: #9E9E9E. Windows color (decimal): -4543725 or 1289146. OLE color: 1289146.

HSL color Cylindrical-coordinate representation of color #BAAB13: hue angle of 54.61º 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 #BAAB13 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 19 -
CMYK 0 0.08 0.90 0.27
HSL 54.61º 0.81% 0.4% -
HSV(B) 54.61º 0.9% 0.73% -
XYZ 34.93 39.61 6.42 -
YUV 158.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 186 171 19 0 0.08 0.90 0.27 54.61 0.81 0.4
Hex BA AB 13 0 8 5A 1B 37 51 28
Octal 272 253 23 0 10 132 33 67 121 50
Binary 10111010 10101011 10011 0 1000 1011010 11011 110111 1010001 101000

Color Harmonies of #BAAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB13

Black with #BAAB13

Text Example


Text Example

White with #BAAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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