#BACA88

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

Shades of Caper #BACA88

Tints of Caper #BACA88

Color information

#BACA88 (or 0xBACA88) is unknown color: approx Caper. HEX triplet: BA, CA and 88. RGB value is (186,202,136). Sum of RGB (Red+Green+Blue) = 186+202+136=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA88 is #453577. Grayscale: #BDBDBD. Windows color (decimal): -4535672 or 8964794. OLE color: 8964794.

HSL color Cylindrical-coordinate representation of color #BACA88: hue angle of 74.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BACA88 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB186202136-
CMYK0.0800.330.21
HSL74.55º38.37%66.27%-
HSV(B)74.55º32.67%79.22%-
XYZ45.8154.4631.39-
YUV189.6997.7125.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=35.50%
G=38.55%
B=25.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021360.0800.330.2174.5538.3766.27
HexBACA888021154b2642
Octal272312210100412511346102
Binary101110101100101010001000100001000011010110010111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA88; }

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

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

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

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

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

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

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

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