#BAC588

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

Shades of Caper #BAC588

Tints of Caper #BAC588

Color information

#BAC588 (or 0xBAC588) is unknown color: approx Caper. HEX triplet: BA, C5 and 88. RGB value is (186,197,136). Sum of RGB (Red+Green+Blue) = 186+197+136=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC588 is #453A77. Grayscale: #BABABA. Windows color (decimal): -4536952 or 8963514. OLE color: 8963514.

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

Color convert

RGB186197136-
CMYK0.0600.310.23
HSL70.82º34.46%65.29%-
HSV(B)70.82º30.96%77.25%-
XYZ44.6652.1531-
YUV186.7699.36127.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 136 (53.52% from 255) = 26.20%
R=35.84%
G=37.96%
B=26.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971360.0600.310.2370.8234.4665.29
HexBAC588601F17472241
Octal27230521060372710742101
Binary1011101011000101100010001100111111011110001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC588; }

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

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

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

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

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

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

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

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