Html Css Color HEX #BAB015 Earls Green

📋 copy color: '#BAB015'

red 186 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #BAB015

Tints of Earls Green #BAB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 48.56%
G = 45.95%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAB015 (or 0xBAB015) is known color: Earls Green. HEX triplet: BA, B0 and 15. RGB value is (186,176,21). Sum of RGB (Red+Green+Blue) = 186+176+21=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB015 is #454FEA. Grayscale: #A1A1A1. Windows color (decimal): -4542443 or 1421498. OLE color: 1421498.

HSL color Cylindrical-coordinate representation of color #BAB015: hue angle of 56.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 #BAB015 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 21 -
CMYK 0 0.05 0.89 0.27
HSL 56.36º 0.8% 0.41% -
HSV(B) 56.36º 0.89% 0.73% -
XYZ 35.91 41.54 6.84 -
YUV 161.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 186 176 21 0 0.05 0.89 0.27 56.36 0.8 0.41
Hex BA B0 15 0 5 59 1B 38 50 29
Octal 272 260 25 0 5 131 33 70 120 51
Binary 10111010 10110000 10101 0 101 1011001 11011 111000 1010000 101001

Color Harmonies of #BAB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB015

Black with #BAB015

Text Example


Text Example

White with #BAB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB015; }

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

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

background-color css

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

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

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

border-color css

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

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

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