Html Css Color HEX #BAB831 Earls Green

📋 copy color: '#BAB831'

red 186 ◦ green 184 ◦ blue 49

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

Shades of Earls Green #BAB831

Tints of Earls Green #BAB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.91%

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

R = 44.39%
G = 43.91%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAB831 (or 0xBAB831) is known color: Earls Green. HEX triplet: BA, B8 and 31. RGB value is (186,184,49). Sum of RGB (Red+Green+Blue) = 186+184+49=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB831 is #4547CE. Grayscale: #A9A9A9. Windows color (decimal): -4540367 or 3258554. OLE color: 3258554.

HSL color Cylindrical-coordinate representation of color #BAB831: hue angle of 59.12º 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 #BAB831 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 184 49 -
CMYK 0 0.01 0.74 0.27
HSL 59.12º 0.58% 0.46% -
HSV(B) 59.12º 0.74% 0.73% -
XYZ 37.94 44.94 9.58 -
YUV 169.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 186 184 49 0 0.01 0.74 0.27 59.12 0.58 0.46
Hex BA B8 31 0 1 4A 1B 3B 3A 2E
Octal 272 270 61 0 1 112 33 73 72 56
Binary 10111010 10111000 110001 0 1 1001010 11011 111011 111010 101110

Color Harmonies of #BAB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB831

Black with #BAB831

Text Example


Text Example

White with #BAB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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