Shades of Pixie Green #B2CA9F
Tints of Pixie Green #B2CA9F
RGB
CMYK
RGB Variations
Color information
#B2CA9F (or 0xB2CA9F) is known color: Pixie Green. HEX triplet: B2, CA and 9F. RGB value is (178,202,159). Sum of RGB (Red+Green+Blue) = 178+202+159=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA9F is #4D3560. Grayscale: #BEBEBE. Windows color (decimal): -5059937 or 10472114. OLE color: 10472114.
HSL color Cylindrical-coordinate representation of color #B2CA9F: hue angle of 93.49º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2CA9F is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 159 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.21 |
| HSL | 93.49º | 0.29% | 0.71% | - |
| HSV(B) | 93.49º | 0.21% | 0.79% | - |
| XYZ | 45.74 | 54.21 | 40.85 | - |
| YUV | 189.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 159 | 0.12 | 0 | 0.21 | 0.21 | 93.49 | 0.29 | 0.71 |
| Hex | B2 | CA | 9F | C | 0 | 15 | 15 | 5D | 1D | 47 |
| Octal | 262 | 312 | 237 | 14 | 0 | 25 | 25 | 135 | 35 | 107 |
| Binary | 10110010 | 11001010 | 10011111 | 1100 | 0 | 10101 | 10101 | 1011101 | 11101 | 1000111 |
Color Harmonies of #B2CA9F
Complementary color
Monochromatic Colors of #B2CA9F
Black with #B2CA9F
Text Example
Text Example
White with #B2CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA9F; }
p { color: rgb(178,202,159); }
H1.HeaderClassName
{
color: #B2CA9F;
}
.AnyTagClassName
{
color: #B2CA9F;
}
</style>
background-color css
<style>
a { background-color: #B2CA9F; }
a { background-color: rgb(178,202,159); }
div.DivClassName
{
background-color: #B2CA9F;
}
.BgClassName
{
background-color: #B2CA9F;
}
</style>
border-color css
<style>
span { border-color: #B2CA9F; }
span { border-color: rgb(178,202,159); }
td.TdClassName
{
border-color: #B2CA9F;
}
.TagClassName
{
border-color: #B2CA9F;
}
</style>