#BAB58E

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

Shades of Coriander #BAB58E

Tints of Coriander #BAB58E

Color information

#BAB58E (or 0xBAB58E) is unknown color: approx Coriander. HEX triplet: BA, B5 and 8E. RGB value is (186,181,142). Sum of RGB (Red+Green+Blue) = 186+181+142=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB58E is #454A71. Grayscale: #B2B2B2. Windows color (decimal): -4541042 or 9352634. OLE color: 9352634.

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

Color convert

RGB186181142-
CMYK00.030.240.27
HSL53.18º24.18%64.31%-
HSV(B)53.18º23.66%72.94%-
XYZ41.6645.4432.17-
YUV178.05107.66133.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=36.54%
G=35.56%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618114200.030.240.2753.1824.1864.31
HexBAB58E03181B351840
Octal2722652160330336530100
Binary1011101010110101100011100111100011011110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB58E; }

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

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

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

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

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

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

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

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