#B2C880

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

Shades of Caper #B2C880

Tints of Caper #B2C880

Color information

#B2C880 (or 0xB2C880) is unknown color: approx Caper. HEX triplet: B2, C8 and 80. RGB value is (178,200,128). Sum of RGB (Red+Green+Blue) = 178+200+128=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C880 is #4D377F. Grayscale: #B9B9B9. Windows color (decimal): -5060480 or 8439986. OLE color: 8439986.

HSL color Cylindrical-coordinate representation of color #B2C880: hue angle of 78.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2C880 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB178200128-
CMYK0.1100.360.22
HSL78.33º39.56%64.31%-
HSV(B)78.33º36%78.43%-
XYZ42.9152.3328.26-
YUV185.2195.71122.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=35.18%
G=39.53%
B=25.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001280.1100.360.2278.3339.5664.31
HexB2C880B024164e2840
Octal262310200130442611650100
Binary101100101100100010000000101101001001011010011101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C880; }

 p { color: rgb(178,200,128); }

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

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

 a { background-color: rgb(178,200,128); }

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

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

 span { border-color: rgb(178,200,128); }

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