#B2CC80

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

Shades of Caper #B2CC80

Tints of Caper #B2CC80

Color information

#B2CC80 (or 0xB2CC80) is unknown color: approx Caper. HEX triplet: B2, CC and 80. RGB value is (178,204,128). Sum of RGB (Red+Green+Blue) = 178+204+128=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CC80 is #4D337F. Grayscale: #BBBBBB. Windows color (decimal): -5059456 or 8441010. OLE color: 8441010.

HSL color Cylindrical-coordinate representation of color #B2CC80: hue angle of 80.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2CC80 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB178204128-
CMYK0.1300.370.2
HSL80.53º42.7%65.1%-
HSV(B)80.53º37.25%80%-
XYZ43.8554.2128.57-
YUV187.5694.39121.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=34.90%
G=40%
B=25.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041280.1300.370.280.5342.765.1
HexB2CC80D02514512b41
Octal262314200150452412153101
Binary101100101100110010000000110101001011010010100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC80; }

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

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

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

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

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

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

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

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