#B2C878

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

Shades of Caper #B2C878

Tints of Caper #B2C878

Color information

#B2C878 (or 0xB2C878) is unknown color: approx Caper. HEX triplet: B2, C8 and 78. RGB value is (178,200,120). Sum of RGB (Red+Green+Blue) = 178+200+120=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C878 is #4D3787. Grayscale: #B8B8B8. Windows color (decimal): -5060488 or 7915698. OLE color: 7915698.

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

Color convert

RGB178200120-
CMYK0.1100.40.22
HSL76.5º42.11%62.75%-
HSV(B)76.5º40%78.43%-
XYZ42.452.1325.6-
YUV184.391.71123.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 120 (47.27% from 255) = 24.10%
R=35.74%
G=40.16%
B=24.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001200.1100.40.2276.542.1162.75
HexB2C878B028164c2a3f
Octal26231017013050261145277
Binary1011001011001000111100010110101000101101001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C878; }

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

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

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

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

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

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

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

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