#BAC980

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

Shades of Caper #BAC980

Tints of Caper #BAC980

Color information

#BAC980 (or 0xBAC980) is unknown color: approx Caper. HEX triplet: BA, C9 and 80. RGB value is (186,201,128). Sum of RGB (Red+Green+Blue) = 186+201+128=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC980 is #45367F. Grayscale: #BCBCBC. Windows color (decimal): -4535936 or 8440250. OLE color: 8440250.

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

Color convert

RGB186201128-
CMYK0.0700.360.21
HSL72.33º40.33%64.51%-
HSV(B)72.33º36.32%78.82%-
XYZ45.0353.7728.43-
YUV188.1994.03126.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=36.12%
G=39.03%
B=24.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011280.0700.360.2172.3340.3364.51
HexBAC980702415482841
Octal27231120070442511050101
Binary10111010110010011000000011101001001010110010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC980; }

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

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

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

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

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

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

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

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