Html Css Color HEX #BAA515 Earls Green

📋 copy color: '#BAA515'

red 186 ◦ green 165 ◦ blue 21

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

Shades of Earls Green #BAA515

Tints of Earls Green #BAA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 50%
G = 44.35%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAA515 (or 0xBAA515) is known color: Earls Green. HEX triplet: BA, A5 and 15. RGB value is (186,165,21). Sum of RGB (Red+Green+Blue) = 186+165+21=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA515 is #455AEA. Grayscale: #9B9B9B. Windows color (decimal): -4545259 or 1418682. OLE color: 1418682.

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

Color convert

RGB 186 165 21 -
CMYK 0 0.11 0.89 0.27
HSL 52.36º 0.8% 0.41% -
HSV(B) 52.36º 0.89% 0.73% -
XYZ 33.84 37.4 6.15 -
YUV 154.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 186 165 21 0 0.11 0.89 0.27 52.36 0.8 0.41
Hex BA A5 15 0 B 59 1B 34 50 29
Octal 272 245 25 0 13 131 33 64 120 51
Binary 10111010 10100101 10101 0 1011 1011001 11011 110100 1010000 101001

Color Harmonies of #BAA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA515

Black with #BAA515

Text Example


Text Example

White with #BAA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA515; }

 p { color: rgb(186,165,21); }

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

background-color css

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

 a { background-color: rgb(186,165,21); }

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

border-color css

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

 span { border-color: rgb(186,165,21); }

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