Html Css Color HEX #BAB131 Earls Green

📋 copy color: '#BAB131'

red 186 ◦ green 177 ◦ blue 49

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

Shades of Earls Green #BAB131

Tints of Earls Green #BAB131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.89%

R = 45.15%
G = 42.96%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB131 (or 0xBAB131) is known color: Earls Green. HEX triplet: BA, B1 and 31. RGB value is (186,177,49). Sum of RGB (Red+Green+Blue) = 186+177+49=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB131 is #454ECE. Grayscale: #A5A5A5. Windows color (decimal): -4542159 or 3256762. OLE color: 3256762.

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

Color convert

RGB 186 177 49 -
CMYK 0 0.05 0.74 0.27
HSL 56.06º 0.58% 0.46% -
HSV(B) 56.06º 0.74% 0.73% -
XYZ 36.53 42.11 9.11 -
YUV 165.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 186 177 49 0 0.05 0.74 0.27 56.06 0.58 0.46
Hex BA B1 31 0 5 4A 1B 38 3A 2E
Octal 272 261 61 0 5 112 33 70 72 56
Binary 10111010 10110001 110001 0 101 1001010 11011 111000 111010 101110

Color Harmonies of #BAB131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB131

Black with #BAB131

Text Example


Text Example

White with #BAB131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB131; }

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

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

background-color css

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

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

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

border-color css

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

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

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