Shades of Pixie Green #B0CC9D
Tints of Pixie Green #B0CC9D
RGB
CMYK
RGB Variations
Color information
#B0CC9D (or 0xB0CC9D) is known color: Pixie Green. HEX triplet: B0, CC and 9D. RGB value is (176,204,157). Sum of RGB (Red+Green+Blue) = 176+204+157=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC9D is #4F3362. Grayscale: #BEBEBE. Windows color (decimal): -5190499 or 10341552. OLE color: 10341552.
HSL color Cylindrical-coordinate representation of color #B0CC9D: hue angle of 95.74º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CC9D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 157 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.2 |
| HSL | 95.74º | 0.32% | 0.71% | - |
| HSV(B) | 95.74º | 0.23% | 0.8% | - |
| XYZ | 45.58 | 54.85 | 40.08 | - |
| YUV | 190.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 157 | 0.14 | 0 | 0.23 | 0.2 | 95.74 | 0.32 | 0.71 |
| Hex | B0 | CC | 9D | E | 0 | 17 | 14 | 60 | 20 | 47 |
| Octal | 260 | 314 | 235 | 16 | 0 | 27 | 24 | 140 | 40 | 107 |
| Binary | 10110000 | 11001100 | 10011101 | 1110 | 0 | 10111 | 10100 | 1100000 | 100000 | 1000111 |
Color Harmonies of #B0CC9D
Complementary color
Monochromatic Colors of #B0CC9D
Black with #B0CC9D
Text Example
Text Example
White with #B0CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC9D; }
p { color: rgb(176,204,157); }
H1.HeaderClassName
{
color: #B0CC9D;
}
.AnyTagClassName
{
color: #B0CC9D;
}
</style>
background-color css
<style>
a { background-color: #B0CC9D; }
a { background-color: rgb(176,204,157); }
div.DivClassName
{
background-color: #B0CC9D;
}
.BgClassName
{
background-color: #B0CC9D;
}
</style>
border-color css
<style>
span { border-color: #B0CC9D; }
span { border-color: rgb(176,204,157); }
td.TdClassName
{
border-color: #B0CC9D;
}
.TagClassName
{
border-color: #B0CC9D;
}
</style>