Html Css Color HEX #BAB11B Earls Green

📋 copy color: '#BAB11B'

red 186 ◦ green 177 ◦ blue 27

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

Shades of Earls Green #BAB11B

Tints of Earls Green #BAB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.38%

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 47.69%
G = 45.38%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAB11B (or 0xBAB11B) is known color: Earls Green. HEX triplet: BA, B1 and 1B. RGB value is (186,177,27). Sum of RGB (Red+Green+Blue) = 186+177+27=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11B is #454EE4. Grayscale: #A3A3A3. Windows color (decimal): -4542181 or 1814970. OLE color: 1814970.

HSL color Cylindrical-coordinate representation of color #BAB11B: hue angle of 56.6º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAB11B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 27 -
CMYK 0 0.05 0.85 0.27
HSL 56.6º 0.75% 0.42% -
HSV(B) 56.6º 0.85% 0.73% -
XYZ 36.17 41.96 7.23 -
YUV 162.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 186 177 27 0 0.05 0.85 0.27 56.6 0.75 0.42
Hex BA B1 1B 0 5 55 1B 39 4B 2A
Octal 272 261 33 0 5 125 33 71 113 52
Binary 10111010 10110001 11011 0 101 1010101 11011 111001 1001011 101010

Color Harmonies of #BAB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB11B

Black with #BAB11B

Text Example


Text Example

White with #BAB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB11B; }

 p { color: rgb(186,177,27); }

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

background-color css

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

 a { background-color: rgb(186,177,27); }

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

border-color css

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

 span { border-color: rgb(186,177,27); }

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