#B1C676

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

Shades of Caper #B1C676

Tints of Caper #B1C676

Color information

#B1C676 (or 0xB1C676) is unknown color: approx Caper. HEX triplet: B1, C6 and 76. RGB value is (177,198,118). Sum of RGB (Red+Green+Blue) = 177+198+118=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C676 is #4E3989. Grayscale: #B6B6B6. Windows color (decimal): -5126538 or 7784113. OLE color: 7784113.

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

Color convert

RGB177198118-
CMYK0.1100.400.22
HSL75.75º41.24%61.96%-
HSV(B)75.75º40.4%77.65%-
XYZ41.651.0424.8-
YUV182.691.54124-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=35.90%
G=40.16%
B=23.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771981180.1100.400.2275.7541.2461.96
HexB1C676B028164c293e
Octal26130616613050261145176
Binary1011000111000110111011010110101000101101001100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C676; }

 p { color: rgb(177,198,118); }

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

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

 a { background-color: rgb(177,198,118); }

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

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

 span { border-color: rgb(177,198,118); }

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