Html Css Color HEX #BAB11F Earls Green

📋 copy color: '#BAB11F'

red 186 ◦ green 177 ◦ blue 31

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

Shades of Earls Green #BAB11F

Tints of Earls Green #BAB11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 47.21%
G = 44.92%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BAB11F (or 0xBAB11F) is known color: Earls Green. HEX triplet: BA, B1 and 1F. RGB value is (186,177,31). Sum of RGB (Red+Green+Blue) = 186+177+31=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB11F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB11F is #454EE0. Grayscale: #A3A3A3. Windows color (decimal): -4542177 or 2077114. OLE color: 2077114.

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

Color convert

RGB 186 177 31 -
CMYK 0 0.05 0.83 0.27
HSL 56.52º 0.71% 0.43% -
HSV(B) 56.52º 0.83% 0.73% -
XYZ 36.22 41.98 7.49 -
YUV 163.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 186 177 31 0 0.05 0.83 0.27 56.52 0.71 0.43
Hex BA B1 1F 0 5 53 1B 39 47 2B
Octal 272 261 37 0 5 123 33 71 107 53
Binary 10111010 10110001 11111 0 101 1010011 11011 111001 1000111 101011

Color Harmonies of #BAB11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB11F

Black with #BAB11F

Text Example


Text Example

White with #BAB11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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