Html Css Color HEX #BAAB0E Earls Green

📋 copy color: '#BAAB0E'

red 186 ◦ green 171 ◦ blue 14

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

Shades of Earls Green #BAAB0E

Tints of Earls Green #BAAB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 50.13%
G = 46.09%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAAB0E (or 0xBAAB0E) is known color: Earls Green. HEX triplet: BA, AB and 0E. RGB value is (186,171,14). Sum of RGB (Red+Green+Blue) = 186+171+14=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB0E is #4554F1. Grayscale: #9E9E9E. Windows color (decimal): -4543730 or 961466. OLE color: 961466.

HSL color Cylindrical-coordinate representation of color #BAAB0E: hue angle of 54.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAAB0E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 14 -
CMYK 0 0.08 0.92 0.27
HSL 54.77º 0.86% 0.39% -
HSV(B) 54.77º 0.92% 0.73% -
XYZ 34.89 39.6 6.22 -
YUV 157.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 186 171 14 0 0.08 0.92 0.27 54.77 0.86 0.39
Hex BA AB E 0 8 5C 1B 37 56 27
Octal 272 253 16 0 10 134 33 67 126 47
Binary 10111010 10101011 1110 0 1000 1011100 11011 110111 1010110 100111

Color Harmonies of #BAAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB0E

Black with #BAAB0E

Text Example


Text Example

White with #BAAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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