#B2C580

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

Shades of Caper #B2C580

Tints of Caper #B2C580

Color information

#B2C580 (or 0xB2C580) is unknown color: approx Caper. HEX triplet: B2, C5 and 80. RGB value is (178,197,128). Sum of RGB (Red+Green+Blue) = 178+197+128=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C580 is #4D3A7F. Grayscale: #B7B7B7. Windows color (decimal): -5061248 or 8439218. OLE color: 8439218.

HSL color Cylindrical-coordinate representation of color #B2C580: hue angle of 76.52º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2C580 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB178197128-
CMYK0.1000.350.23
HSL76.52º37.3%63.73%-
HSV(B)76.52º35.03%77.25%-
XYZ42.2250.9628.03-
YUV183.4596.71124.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 128 (50.39% from 255) = 25.45%
R=35.39%
G=39.17%
B=25.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971280.1000.350.2376.5237.363.73
HexB2C580A023174d2540
Octal262305200120432711545100
Binary101100101100010110000000101001000111011110011011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C580; }

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

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

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

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

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

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

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

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