#B2C080

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

Shades of Caper #B2C080

Tints of Caper #B2C080

Color information

#B2C080 (or 0xB2C080) is unknown color: approx Caper. HEX triplet: B2, C0 and 80. RGB value is (178,192,128). Sum of RGB (Red+Green+Blue) = 178+192+128=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C080 is #4D3F7F. Grayscale: #B4B4B4. Windows color (decimal): -5062528 or 8437938. OLE color: 8437938.

HSL color Cylindrical-coordinate representation of color #B2C080: hue angle of 73.12º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2C080 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB178192128-
CMYK0.0700.330.25
HSL73.12º33.68%62.75%-
HSV(B)73.12º33.33%75.29%-
XYZ41.1148.7227.66-
YUV180.5298.36126.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=35.74%
G=38.55%
B=25.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921280.0700.330.2573.1233.6862.75
HexB2C08070211949223f
Octal2623002007041311114277
Binary1011001011000000100000001110100001110011001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C080; }

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

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

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

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

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

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

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

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