#BAB78E

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

Shades of Coriander #BAB78E

Tints of Coriander #BAB78E

Color information

#BAB78E (or 0xBAB78E) is unknown color: approx Coriander. HEX triplet: BA, B7 and 8E. RGB value is (186,183,142). Sum of RGB (Red+Green+Blue) = 186+183+142=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB78E is #454871. Grayscale: #B3B3B3. Windows color (decimal): -4540530 or 9353146. OLE color: 9353146.

HSL color Cylindrical-coordinate representation of color #BAB78E: hue angle of 55.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB78E is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB186183142-
CMYK00.020.240.27
HSL55.91º24.18%64.31%-
HSV(B)55.91º23.66%72.94%-
XYZ42.0746.2632.3-
YUV179.22106.99132.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=36.40%
G=35.81%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618314200.020.240.2755.9124.1864.31
HexBAB78E02181B381840
Octal2722672160230337030100
Binary1011101010110111100011100101100011011111000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB78E; }

 p { color: rgb(186,183,142); }

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

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

 a { background-color: rgb(186,183,142); }

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

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

 span { border-color: rgb(186,183,142); }

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