#B2C287

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

Shades of Caper #B2C287

Tints of Caper #B2C287

Color information

#B2C287 (or 0xB2C287) is unknown color: approx Caper. HEX triplet: B2, C2 and 87. RGB value is (178,194,135). Sum of RGB (Red+Green+Blue) = 178+194+135=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C287 is #4D3D78. Grayscale: #B6B6B6. Windows color (decimal): -5062009 or 8897202. OLE color: 8897202.

HSL color Cylindrical-coordinate representation of color #B2C287: hue angle of 76.27º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C287 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB178194135-
CMYK0.0800.300.24
HSL76.27º32.6%64.51%-
HSV(B)76.27º30.41%76.08%-
XYZ42.0349.830.32-
YUV182.49101.2124.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=35.11%
G=38.26%
B=26.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941350.0800.300.2476.2732.664.51
HexB2C287801E184c2141
Octal262302207100363011441101
Binary10110010110000101000011110000111101100010011001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C287; }

 p { color: rgb(178,194,135); }

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

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

 a { background-color: rgb(178,194,135); }

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

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

 span { border-color: rgb(178,194,135); }

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