#B6D286

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

Shades of Caper #B6D286

Tints of Caper #B6D286

Color information

#B6D286 (or 0xB6D286) is unknown color: approx Caper. HEX triplet: B6, D2 and 86. RGB value is (182,210,134). Sum of RGB (Red+Green+Blue) = 182+210+134=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D286 is #492D79. Grayscale: #C1C1C1. Windows color (decimal): -4795770 or 8835766. OLE color: 8835766.

HSL color Cylindrical-coordinate representation of color #B6D286: hue angle of 82.11º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6D286 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB182210134-
CMYK0.1300.360.18
HSL82.11º45.78%67.45%-
HSV(B)82.11º36.19%82.35%-
XYZ46.6457.7631.24-
YUV192.9694.72120.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=34.60%
G=39.92%
B=25.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822101340.1300.360.1882.1145.7867.45
HexB6D286D02412522e43
Octal266322206150442212256103
Binary101101101101001010000110110101001001001010100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D286; }

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

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

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

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

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

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

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

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