#BACC80

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

Shades of Caper #BACC80

Tints of Caper #BACC80

Color information

#BACC80 (or 0xBACC80) is unknown color: approx Caper. HEX triplet: BA, CC and 80. RGB value is (186,204,128). Sum of RGB (Red+Green+Blue) = 186+204+128=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACC80 is #45337F. Grayscale: #BEBEBE. Windows color (decimal): -4535168 or 8441018. OLE color: 8441018.

HSL color Cylindrical-coordinate representation of color #BACC80: hue angle of 74.21º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BACC80 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB186204128-
CMYK0.0900.370.2
HSL74.21º42.7%65.1%-
HSV(B)74.21º37.25%80%-
XYZ45.7455.1828.66-
YUV189.9593.04125.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=35.91%
G=39.38%
B=24.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041280.0900.370.274.2142.765.1
HexBACC809025144a2b41
Octal272314200110452411253101
Binary101110101100110010000000100101001011010010010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC80; }

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

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

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

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

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

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

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

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