#BAC589

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

Shades of Caper #BAC589

Tints of Caper #BAC589

Color information

#BAC589 (or 0xBAC589) is unknown color: approx Caper. HEX triplet: BA, C5 and 89. RGB value is (186,197,137). Sum of RGB (Red+Green+Blue) = 186+197+137=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC589 is #453A76. Grayscale: #BBBBBB. Windows color (decimal): -4536951 or 9029050. OLE color: 9029050.

HSL color Cylindrical-coordinate representation of color #BAC589: hue angle of 71º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC589 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB186197137-
CMYK0.0600.300.23
HSL71º34.09%65.49%-
HSV(B)71º30.46%77.25%-
XYZ44.7352.1831.38-
YUV186.8799.86127.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=35.77%
G=37.88%
B=26.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971370.0600.300.237134.0965.49
HexBAC589601E17472241
Octal27230521160362710742101
Binary1011101011000101100010011100111101011110001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC589; }

 p { color: rgb(186,197,137); }

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

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

 a { background-color: rgb(186,197,137); }

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

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

 span { border-color: rgb(186,197,137); }

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