#B1D16E

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

Shades of Caper #B1D16E

Tints of Caper #B1D16E

Color information

#B1D16E (or 0xB1D16E) is unknown color: approx Caper. HEX triplet: B1, D1 and 6E. RGB value is (177,209,110). Sum of RGB (Red+Green+Blue) = 177+209+110=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D16E is #4E2E91. Grayscale: #BCBCBC. Windows color (decimal): -5123730 or 7262641. OLE color: 7262641.

HSL color Cylindrical-coordinate representation of color #B1D16E: hue angle of 79.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1D16E is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB177209110-
CMYK0.1500.470.18
HSL79.39º51.83%62.55%-
HSV(B)79.39º47.37%81.96%-
XYZ43.7556.0723.27-
YUV188.1583.9120.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 209 (82.03% from 255) = 42.14%
BLUE value IS 110 (43.36% from 255) = 22.18%
R=35.69%
G=42.14%
B=22.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772091100.1500.470.1879.3951.8362.55
HexB1D16EF02F124f343f
Octal26132115617057221176477
Binary1011000111010001110111011110101111100101001111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D16E; }

 p { color: rgb(177,209,110); }

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

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

 a { background-color: rgb(177,209,110); }

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

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

 span { border-color: rgb(177,209,110); }

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