#BAC883

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

Shades of Caper #BAC883

Tints of Caper #BAC883

Color information

#BAC883 (or 0xBAC883) is unknown color: approx Caper. HEX triplet: BA, C8 and 83. RGB value is (186,200,131). Sum of RGB (Red+Green+Blue) = 186+200+131=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC883 is #45377C. Grayscale: #BCBCBC. Windows color (decimal): -4536189 or 8636602. OLE color: 8636602.

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

Color convert

RGB186200131-
CMYK0.0700.340.22
HSL72.17º38.55%64.9%-
HSV(B)72.17º34.5%78.43%-
XYZ4553.3929.41-
YUV187.9595.86126.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=35.98%
G=38.68%
B=25.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001310.0700.340.2272.1738.5564.9
HexBAC883702216482741
Octal27231020370422611047101
Binary10111010110010001000001111101000101011010010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC883; }

 p { color: rgb(186,200,131); }

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

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

 a { background-color: rgb(186,200,131); }

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

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

 span { border-color: rgb(186,200,131); }

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