#B1D699

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

Shades of Pixie Green #B1D699

Tints of Pixie Green #B1D699

Color information

#B1D699 (or 0xB1D699) is unknown color: approx Pixie Green. HEX triplet: B1, D6 and 99. RGB value is (177,214,153). Sum of RGB (Red+Green+Blue) = 177+214+153=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D699 is #4E2966. Grayscale: #C4C4C4. Windows color (decimal): -5122407 or 10081969. OLE color: 10081969.

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

Color convert

RGB177214153-
CMYK0.1700.290.16
HSL96.39º42.66%71.96%-
HSV(B)96.39º28.5%83.92%-
XYZ47.9359.7439.14-
YUV195.98103.74114.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 214 (83.98% from 255) = 39.34%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=32.54%
G=39.34%
B=28.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1772141530.1700.290.1696.3942.6671.96
HexB1D6991101D10602b48
Octal261326231210352014053110
Binary101100011101011010011001100010111011000011000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D699; }

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

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

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

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

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

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

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

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