#BAC985

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

Shades of Caper #BAC985

Tints of Caper #BAC985

Color information

#BAC985 (or 0xBAC985) is unknown color: approx Caper. HEX triplet: BA, C9 and 85. RGB value is (186,201,133). Sum of RGB (Red+Green+Blue) = 186+201+133=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC985 is #45367A. Grayscale: #BDBDBD. Windows color (decimal): -4535931 or 8767930. OLE color: 8767930.

HSL color Cylindrical-coordinate representation of color #BAC985: hue angle of 73.24º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC985 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB186201133-
CMYK0.0700.340.21
HSL73.24º38.64%65.49%-
HSV(B)73.24º33.83%78.82%-
XYZ45.3753.9130.2-
YUV188.7696.53126.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 201 (78.91% from 255) = 38.65%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=35.77%
G=38.65%
B=25.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011330.0700.340.2173.2438.6465.49
HexBAC985702215492741
Octal27231120570422511147101
Binary10111010110010011000010111101000101010110010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC985; }

 p { color: rgb(186,201,133); }

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

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

 a { background-color: rgb(186,201,133); }

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

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

 span { border-color: rgb(186,201,133); }

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