#B2C486

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

Shades of Caper #B2C486

Tints of Caper #B2C486

Color information

#B2C486 (or 0xB2C486) is unknown color: approx Caper. HEX triplet: B2, C4 and 86. RGB value is (178,196,134). Sum of RGB (Red+Green+Blue) = 178+196+134=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C486 is #4D3B79. Grayscale: #B7B7B7. Windows color (decimal): -5061498 or 8832178. OLE color: 8832178.

HSL color Cylindrical-coordinate representation of color #B2C486: hue angle of 77.42º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2C486 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB178196134-
CMYK0.0900.320.23
HSL77.42º34.44%64.71%-
HSV(B)77.42º31.63%76.86%-
XYZ42.450.6730.1-
YUV183.55100.04124.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=35.04%
G=38.58%
B=26.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961340.0900.320.2377.4234.4464.71
HexB2C4869020174d2241
Octal262304206110402711542101
Binary101100101100010010000110100101000001011110011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C486; }

 p { color: rgb(178,196,134); }

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

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

 a { background-color: rgb(178,196,134); }

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

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

 span { border-color: rgb(178,196,134); }

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