#BAB326

Color #BAB326 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BAB326

Tints of Earls Green #BAB326

Color information

#BAB326 (or 0xBAB326) is unknown color: approx Earls Green. HEX triplet: BA, B3 and 26. RGB value is (186,179,38). Sum of RGB (Red+Green+Blue) = 186+179+38=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB326 is #454CD9. Grayscale: #A5A5A5. Windows color (decimal): -4541658 or 2536378. OLE color: 2536378.

HSL color Cylindrical-coordinate representation of color #BAB326: hue angle of 57.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAB326 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18617938-
CMYK00.040.800.27
HSL57.16º66.07%43.92%-
HSV(B)57.16º79.57%72.94%-
XYZ36.7242.828.16-
YUV165.0256.32142.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 38 (15.23% from 255) = 9.43%
R=46.15%
G=44.42%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861793800.040.800.2757.1666.0743.92
HexBAB32604501B39422c
Octal2722634604120337110254
Binary101110101011001110011001001010000110111110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB326; }

 p { color: rgb(186,179,38); }

 H1.HeaderClassName
 {
   color: #BAB326;
 }
 .AnyTagClassName
 {
   color: #BAB326;
 }
</style>
background-color css

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

 a { background-color: rgb(186,179,38); }

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

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

 span { border-color: rgb(186,179,38); }

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