#B1C5A2

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

Shades of Pixie Green #B1C5A2

Tints of Pixie Green #B1C5A2

Color information

#B1C5A2 (or 0xB1C5A2) is unknown color: approx Pixie Green. HEX triplet: B1, C5 and A2. RGB value is (177,197,162). Sum of RGB (Red+Green+Blue) = 177+197+162=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C5A2 is #4E3A5D. Grayscale: #BBBBBB. Windows color (decimal): -5126750 or 10667441. OLE color: 10667441.

HSL color Cylindrical-coordinate representation of color #B1C5A2: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1C5A2 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB177197162-
CMYK0.1000.180.23
HSL94.29º23.18%70.39%-
HSV(B)94.29º17.77%77.25%-
XYZ44.6251.8941.85-
YUV187.03113.87120.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=33.02%
G=36.75%
B=30.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771971620.1000.180.2394.2923.1870.39
HexB1C5A2A012175e1746
Octal261305242120222713627106
Binary1011000111000101101000101010010010101111011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C5A2; }

 p { color: rgb(177,197,162); }

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

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

 a { background-color: rgb(177,197,162); }

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

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

 span { border-color: rgb(177,197,162); }

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