#B6D087

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

Shades of Caper #B6D087

Tints of Caper #B6D087

Color information

#B6D087 (or 0xB6D087) is unknown color: approx Caper. HEX triplet: B6, D0 and 87. RGB value is (182,208,135). Sum of RGB (Red+Green+Blue) = 182+208+135=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D087 is #492F78. Grayscale: #C0C0C0. Windows color (decimal): -4796281 or 8900790. OLE color: 8900790.

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

Color convert

RGB182208135-
CMYK0.1200.350.18
HSL81.37º43.71%67.25%-
HSV(B)81.37º35.1%81.57%-
XYZ46.2256.8131.45-
YUV191.995.89120.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 135 (53.12% from 255) = 25.71%
R=34.67%
G=39.62%
B=25.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822081350.1200.350.1881.3743.7167.25
HexB6D087C02312512c43
Octal266320207140432212154103
Binary101101101101000010000111110001000111001010100011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D087; }

 p { color: rgb(182,208,135); }

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

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

 a { background-color: rgb(182,208,135); }

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

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

 span { border-color: rgb(182,208,135); }

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