Shades of Pixie Green #B0D09D
Tints of Pixie Green #B0D09D
RGB
CMYK
RGB Variations
Color information
#B0D09D (or 0xB0D09D) is known color: Pixie Green. HEX triplet: B0, D0 and 9D. RGB value is (176,208,157). Sum of RGB (Red+Green+Blue) = 176+208+157=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D09D is #4F2F62. Grayscale: #C0C0C0. Windows color (decimal): -5189475 or 10342576. OLE color: 10342576.
HSL color Cylindrical-coordinate representation of color #B0D09D: hue angle of 97.65º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D09D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 157 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.18 |
| HSL | 97.65º | 0.35% | 0.72% | - |
| HSV(B) | 97.65º | 0.25% | 0.82% | - |
| XYZ | 46.55 | 56.78 | 40.4 | - |
| YUV | 192.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 157 | 0.15 | 0 | 0.25 | 0.18 | 97.65 | 0.35 | 0.72 |
| Hex | B0 | D0 | 9D | F | 0 | 19 | 12 | 62 | 23 | 48 |
| Octal | 260 | 320 | 235 | 17 | 0 | 31 | 22 | 142 | 43 | 110 |
| Binary | 10110000 | 11010000 | 10011101 | 1111 | 0 | 11001 | 10010 | 1100010 | 100011 | 1001000 |
Color Harmonies of #B0D09D
Complementary color
Monochromatic Colors of #B0D09D
Black with #B0D09D
Text Example
Text Example
White with #B0D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D09D; }
p { color: rgb(176,208,157); }
H1.HeaderClassName
{
color: #B0D09D;
}
.AnyTagClassName
{
color: #B0D09D;
}
</style>
background-color css
<style>
a { background-color: #B0D09D; }
a { background-color: rgb(176,208,157); }
div.DivClassName
{
background-color: #B0D09D;
}
.BgClassName
{
background-color: #B0D09D;
}
</style>
border-color css
<style>
span { border-color: #B0D09D; }
span { border-color: rgb(176,208,157); }
td.TdClassName
{
border-color: #B0D09D;
}
.TagClassName
{
border-color: #B0D09D;
}
</style>