Html Css Color HEX #BAA618 Earls Green

📋 copy color: '#BAA618'

red 186 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #BAA618

Tints of Earls Green #BAA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 49.47%
G = 44.15%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BAA618 (or 0xBAA618) is known color: Earls Green. HEX triplet: BA, A6 and 18. RGB value is (186,166,24). Sum of RGB (Red+Green+Blue) = 186+166+24=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA618 is #4559E7. Grayscale: #9C9C9C. Windows color (decimal): -4545000 or 1615546. OLE color: 1615546.

HSL color Cylindrical-coordinate representation of color #BAA618: hue angle of 52.59º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAA618 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 166 24 -
CMYK 0 0.11 0.87 0.27
HSL 52.59º 0.77% 0.41% -
HSV(B) 52.59º 0.87% 0.73% -
XYZ 34.05 37.78 6.36 -
YUV 155.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 186 166 24 0 0.11 0.87 0.27 52.59 0.77 0.41
Hex BA A6 18 0 B 57 1B 35 4D 29
Octal 272 246 30 0 13 127 33 65 115 51
Binary 10111010 10100110 11000 0 1011 1010111 11011 110101 1001101 101001

Color Harmonies of #BAA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA618

Black with #BAA618

Text Example


Text Example

White with #BAA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA618; }

 p { color: rgb(186,166,24); }

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

background-color css

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

 a { background-color: rgb(186,166,24); }

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

border-color css

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

 span { border-color: rgb(186,166,24); }

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