Shades of Pixie Green #B3CFA2
Tints of Pixie Green #B3CFA2
RGB
CMYK
RGB Variations
Color information
#B3CFA2 (or 0xB3CFA2) is known color: Pixie Green. HEX triplet: B3, CF and A2. RGB value is (179,207,162). Sum of RGB (Red+Green+Blue) = 179+207+162=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CFA2 is #4C305D. Grayscale: #C1C1C1. Windows color (decimal): -4993118 or 10670003. OLE color: 10670003.
HSL color Cylindrical-coordinate representation of color #B3CFA2: hue angle of 97.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3CFA2 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 162 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.19 |
| HSL | 97.33º | 0.32% | 0.72% | - |
| HSV(B) | 97.33º | 0.22% | 0.81% | - |
| XYZ | 47.42 | 56.82 | 42.65 | - |
| YUV | 193.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 162 | 0.14 | 0 | 0.22 | 0.19 | 97.33 | 0.32 | 0.72 |
| Hex | B3 | CF | A2 | E | 0 | 16 | 13 | 61 | 20 | 48 |
| Octal | 263 | 317 | 242 | 16 | 0 | 26 | 23 | 141 | 40 | 110 |
| Binary | 10110011 | 11001111 | 10100010 | 1110 | 0 | 10110 | 10011 | 1100001 | 100000 | 1001000 |
Color Harmonies of #B3CFA2
Complementary color
Monochromatic Colors of #B3CFA2
Black with #B3CFA2
Text Example
Text Example
White with #B3CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFA2; }
p { color: rgb(179,207,162); }
H1.HeaderClassName
{
color: #B3CFA2;
}
.AnyTagClassName
{
color: #B3CFA2;
}
</style>
background-color css
<style>
a { background-color: #B3CFA2; }
a { background-color: rgb(179,207,162); }
div.DivClassName
{
background-color: #B3CFA2;
}
.BgClassName
{
background-color: #B3CFA2;
}
</style>
border-color css
<style>
span { border-color: #B3CFA2; }
span { border-color: rgb(179,207,162); }
td.TdClassName
{
border-color: #B3CFA2;
}
.TagClassName
{
border-color: #B3CFA2;
}
</style>