#B1CA9F

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

Shades of Pixie Green #B1CA9F

Tints of Pixie Green #B1CA9F

Color information

#B1CA9F (or 0xB1CA9F) is unknown color: approx Pixie Green. HEX triplet: B1, CA and 9F. RGB value is (177,202,159). Sum of RGB (Red+Green+Blue) = 177+202+159=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9F is #4E3560. Grayscale: #BDBDBD. Windows color (decimal): -5125473 or 10472113. OLE color: 10472113.

HSL color Cylindrical-coordinate representation of color #B1CA9F: hue angle of 94.88º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1CA9F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB177202159-
CMYK0.1200.210.21
HSL94.88º28.86%70.78%-
HSV(B)94.88º21.29%79.22%-
XYZ45.5154.0940.84-
YUV189.62110.72119-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=32.90%
G=37.55%
B=29.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021590.1200.210.2194.8828.8670.78
HexB1CA9FC015155f1d47
Octal261312237140252513735107
Binary1011000111001010100111111100010101101011011111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA9F; }

 p { color: rgb(177,202,159); }

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

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

 a { background-color: rgb(177,202,159); }

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

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

 span { border-color: rgb(177,202,159); }

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