#B6C086

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

Shades of Caper #B6C086

Tints of Caper #B6C086

Color information

#B6C086 (or 0xB6C086) is unknown color: approx Caper. HEX triplet: B6, C0 and 86. RGB value is (182,192,134). Sum of RGB (Red+Green+Blue) = 182+192+134=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C086 is #493F79. Grayscale: #B6B6B6. Windows color (decimal): -4800378 or 8831158. OLE color: 8831158.

HSL color Cylindrical-coordinate representation of color #B6C086: hue angle of 70.34º 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 #B6C086 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB182192134-
CMYK0.0500.300.25
HSL70.34º31.52%63.92%-
HSV(B)70.34º30.21%75.29%-
XYZ42.4449.3729.85-
YUV182.4100.69127.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=35.83%
G=37.80%
B=26.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821921340.0500.300.2570.3431.5263.92
HexB6C086501E19462040
Octal26630020650363110640100
Binary1011011011000000100001101010111101100110001101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C086; }

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

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

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

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

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

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

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

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