Shades of Pixie Green #B3C5A5
Tints of Pixie Green #B3C5A5
RGB
CMYK
RGB Variations
Color information
#B3C5A5 (or 0xB3C5A5) is known color: Pixie Green. HEX triplet: B3, C5 and A5. RGB value is (179,197,165). Sum of RGB (Red+Green+Blue) = 179+197+165=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C5A5 is #4C3A5A. Grayscale: #BCBCBC. Windows color (decimal): -4995675 or 10864051. OLE color: 10864051.
HSL color Cylindrical-coordinate representation of color #B3C5A5: hue angle of 93.75º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3C5A5 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 165 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.23 |
| HSL | 93.75º | 0.22% | 0.71% | - |
| HSV(B) | 93.75º | 0.16% | 0.77% | - |
| XYZ | 45.35 | 52.23 | 43.29 | - |
| YUV | 187.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 165 | 0.09 | 0 | 0.16 | 0.23 | 93.75 | 0.22 | 0.71 |
| Hex | B3 | C5 | A5 | 9 | 0 | 10 | 17 | 5E | 16 | 47 |
| Octal | 263 | 305 | 245 | 11 | 0 | 20 | 27 | 136 | 26 | 107 |
| Binary | 10110011 | 11000101 | 10100101 | 1001 | 0 | 10000 | 10111 | 1011110 | 10110 | 1000111 |
Color Harmonies of #B3C5A5
Complementary color
Monochromatic Colors of #B3C5A5
Black with #B3C5A5
Text Example
Text Example
White with #B3C5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C5A5; }
p { color: rgb(179,197,165); }
H1.HeaderClassName
{
color: #B3C5A5;
}
.AnyTagClassName
{
color: #B3C5A5;
}
</style>
background-color css
<style>
a { background-color: #B3C5A5; }
a { background-color: rgb(179,197,165); }
div.DivClassName
{
background-color: #B3C5A5;
}
.BgClassName
{
background-color: #B3C5A5;
}
</style>
border-color css
<style>
span { border-color: #B3C5A5; }
span { border-color: rgb(179,197,165); }
td.TdClassName
{
border-color: #B3C5A5;
}
.TagClassName
{
border-color: #B3C5A5;
}
</style>