#B1D66F

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

Shades of Caper #B1D66F

Tints of Caper #B1D66F

Color information

#B1D66F (or 0xB1D66F) is unknown color: approx Caper. HEX triplet: B1, D6 and 6F. RGB value is (177,214,111). Sum of RGB (Red+Green+Blue) = 177+214+111=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D66F is #4E2990. Grayscale: #BFBFBF. Windows color (decimal): -5122449 or 7329457. OLE color: 7329457.

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

Color convert

RGB177214111-
CMYK0.1700.480.16
HSL81.55º55.68%63.73%-
HSV(B)81.55º48.13%83.92%-
XYZ45.0558.5923.97-
YUV191.282.74117.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 214 (83.98% from 255) = 42.63%
BLUE value IS 111 (43.75% from 255) = 22.11%
R=35.26%
G=42.63%
B=22.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141110.1700.480.1681.5555.6863.73
HexB1D66F1103010523840
Octal261326157210602012270100
Binary101100011101011011011111000101100001000010100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D66F; }

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

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

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

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

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

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

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

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