#B3CE9F

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

Shades of Pixie Green #B3CE9F

Tints of Pixie Green #B3CE9F

Color information

#B3CE9F (or 0xB3CE9F) is unknown color: approx Pixie Green. HEX triplet: B3, CE and 9F. RGB value is (179,206,159). Sum of RGB (Red+Green+Blue) = 179+206+159=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CE9F is #4C3160. Grayscale: #C0C0C0. Windows color (decimal): -4993377 or 10473139. OLE color: 10473139.

HSL color Cylindrical-coordinate representation of color #B3CE9F: hue angle of 94.47º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3CE9F is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB179206159-
CMYK0.1300.230.19
HSL94.47º32.41%71.57%-
HSV(B)94.47º22.82%80.78%-
XYZ46.9256.2341.18-
YUV192.57109.05118.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=32.90%
G=37.87%
B=29.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061590.1300.230.1994.4732.4171.57
HexB3CE9FD017135e2048
Octal263316237150272313640110
Binary10110011110011101001111111010101111001110111101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE9F; }

 p { color: rgb(179,206,159); }

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

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

 a { background-color: rgb(179,206,159); }

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

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

 span { border-color: rgb(179,206,159); }

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