#B3C086

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

Shades of Caper #B3C086

Tints of Caper #B3C086

Color information

#B3C086 (or 0xB3C086) is unknown color: approx Caper. HEX triplet: B3, C0 and 86. RGB value is (179,192,134). Sum of RGB (Red+Green+Blue) = 179+192+134=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C086 is #4C3F79. Grayscale: #B5B5B5. Windows color (decimal): -4996986 or 8831155. OLE color: 8831155.

HSL color Cylindrical-coordinate representation of color #B3C086: hue angle of 73.45º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3C086 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB179192134-
CMYK0.0700.300.25
HSL73.45º31.52%63.92%-
HSV(B)73.45º30.21%75.29%-
XYZ41.744929.81-
YUV181.5101.19126.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=35.45%
G=38.02%
B=26.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921340.0700.300.2573.4531.5263.92
HexB3C086701E19492040
Octal26330020670363111140100
Binary1011001111000000100001101110111101100110010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C086; }

 p { color: rgb(179,192,134); }

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

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

 a { background-color: rgb(179,192,134); }

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

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

 span { border-color: rgb(179,192,134); }

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