#B0C879

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

Shades of Caper #B0C879

Tints of Caper #B0C879

Color information

#B0C879 (or 0xB0C879) is unknown color: approx Caper. HEX triplet: B0, C8 and 79. RGB value is (176,200,121). Sum of RGB (Red+Green+Blue) = 176+200+121=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C879 is #4F3786. Grayscale: #B8B8B8. Windows color (decimal): -5191559 or 7981232. OLE color: 7981232.

HSL color Cylindrical-coordinate representation of color #B0C879: hue angle of 78.23º 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 #B0C879 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB176200121-
CMYK0.1200.390.22
HSL78.23º41.8%62.94%-
HSV(B)78.23º39.5%78.43%-
XYZ42.0151.9225.9-
YUV183.8292.55122.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=35.41%
G=40.24%
B=24.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001210.1200.390.2278.2341.862.94
HexB0C879C027164e2a3f
Octal26031017114047261165277
Binary1011000011001000111100111000100111101101001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C879; }

 p { color: rgb(176,200,121); }

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

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

 a { background-color: rgb(176,200,121); }

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

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

 span { border-color: rgb(176,200,121); }

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