#B2CD80

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

Shades of Caper #B2CD80

Tints of Caper #B2CD80

Color information

#B2CD80 (or 0xB2CD80) is unknown color: approx Caper. HEX triplet: B2, CD and 80. RGB value is (178,205,128). Sum of RGB (Red+Green+Blue) = 178+205+128=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CD80 is #4D327F. Grayscale: #BCBCBC. Windows color (decimal): -5059200 or 8441266. OLE color: 8441266.

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

Color convert

RGB178205128-
CMYK0.1300.380.20
HSL81.04º43.5%65.29%-
HSV(B)81.04º37.56%80.39%-
XYZ44.0954.6928.65-
YUV188.1594.05120.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=34.83%
G=40.12%
B=25.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051280.1300.380.2081.0443.565.29
HexB2CD80D02614512c41
Octal262315200150462412154101
Binary101100101100110110000000110101001101010010100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD80; }

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

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

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

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

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

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

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

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