#B1C8A5

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

Shades of Pixie Green #B1C8A5

Tints of Pixie Green #B1C8A5

Color information

#B1C8A5 (or 0xB1C8A5) is unknown color: approx Pixie Green. HEX triplet: B1, C8 and A5. RGB value is (177,200,165). Sum of RGB (Red+Green+Blue) = 177+200+165=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C8A5 is #4E375A. Grayscale: #BDBDBD. Windows color (decimal): -5125979 or 10864817. OLE color: 10864817.

HSL color Cylindrical-coordinate representation of color #B1C8A5: hue angle of 99.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1C8A5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB177200165-
CMYK0.1200.180.22
HSL99.43º24.14%71.57%-
HSV(B)99.43º17.5%78.43%-
XYZ45.5853.3743.5-
YUV189.13114.38119.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 165 (64.84% from 255) = 30.44%
R=32.66%
G=36.90%
B=30.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001650.1200.180.2299.4324.1471.57
HexB1C8A5C01216631848
Octal261310245140222614330110
Binary1011000111001000101001011100010010101101100011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C8A5; }

 p { color: rgb(177,200,165); }

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

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

 a { background-color: rgb(177,200,165); }

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

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

 span { border-color: rgb(177,200,165); }

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