#B1D676

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

Shades of Caper #B1D676

Tints of Caper #B1D676

Color information

#B1D676 (or 0xB1D676) is unknown color: approx Caper. HEX triplet: B1, D6 and 76. RGB value is (177,214,118). Sum of RGB (Red+Green+Blue) = 177+214+118=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D676 is #4E2989. Grayscale: #C0C0C0. Windows color (decimal): -5122442 or 7788209. OLE color: 7788209.

HSL color Cylindrical-coordinate representation of color #B1D676: hue angle of 83.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1D676 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB177214118-
CMYK0.1700.450.16
HSL83.12º53.93%65.1%-
HSV(B)83.12º44.86%83.92%-
XYZ45.4558.7526.08-
YUV191.9986.24117.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 118 (46.48% from 255) = 23.18%
R=34.77%
G=42.04%
B=23.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141180.1700.450.1683.1253.9365.1
HexB1D6761102D10533641
Octal261326166210552012366101
Binary101100011101011011101101000101011011000010100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D676; }

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

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

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

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

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

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

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

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