Html Css Color HEX #BAA617 Earls Green

📋 copy color: '#BAA617'

red 186 ◦ green 166 ◦ blue 23

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

Shades of Earls Green #BAA617

Tints of Earls Green #BAA617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 49.6%
G = 44.27%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAA617 (or 0xBAA617) is known color: Earls Green. HEX triplet: BA, A6 and 17. RGB value is (186,166,23). Sum of RGB (Red+Green+Blue) = 186+166+23=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA617 is #4559E8. Grayscale: #9C9C9C. Windows color (decimal): -4545001 or 1550010. OLE color: 1550010.

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

Color convert

RGB 186 166 23 -
CMYK 0 0.11 0.88 0.27
HSL 52.64º 0.78% 0.41% -
HSV(B) 52.64º 0.88% 0.73% -
XYZ 34.04 37.77 6.31 -
YUV 155.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 186 166 23 0 0.11 0.88 0.27 52.64 0.78 0.41
Hex BA A6 17 0 B 58 1B 35 4E 29
Octal 272 246 27 0 13 130 33 65 116 51
Binary 10111010 10100110 10111 0 1011 1011000 11011 110101 1001110 101001

Color Harmonies of #BAA617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA617

Black with #BAA617

Text Example


Text Example

White with #BAA617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA617; }

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

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

background-color css

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

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

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

border-color css

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

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

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