#BACA8D

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

Shades of Caper #BACA8D

Tints of Caper #BACA8D

Color information

#BACA8D (or 0xBACA8D) is unknown color: approx Caper. HEX triplet: BA, CA and 8D. RGB value is (186,202,141). Sum of RGB (Red+Green+Blue) = 186+202+141=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA8D is #453572. Grayscale: #BEBEBE. Windows color (decimal): -4535667 or 9292474. OLE color: 9292474.

HSL color Cylindrical-coordinate representation of color #BACA8D: hue angle of 75.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BACA8D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB186202141-
CMYK0.0800.300.21
HSL75.74º36.53%67.25%-
HSV(B)75.74º30.2%79.22%-
XYZ46.1854.633.3-
YUV190.26100.2124.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=35.16%
G=38.19%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021410.0800.300.2175.7436.5367.25
HexBACA8D801E154c2543
Octal272312215100362511445103
Binary10111010110010101000110110000111101010110011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA8D; }

 p { color: rgb(186,202,141); }

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

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

 a { background-color: rgb(186,202,141); }

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

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

 span { border-color: rgb(186,202,141); }

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