Shades of Pixie Green #B8C9A5
Tints of Pixie Green #B8C9A5
RGB
CMYK
RGB Variations
Color information
#B8C9A5 (or 0xB8C9A5) is known color: Pixie Green. HEX triplet: B8, C9 and A5. RGB value is (184,201,165). Sum of RGB (Red+Green+Blue) = 184+201+165=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C9A5 is #47365A. Grayscale: #BFBFBF. Windows color (decimal): -4666971 or 10865080. OLE color: 10865080.
HSL color Cylindrical-coordinate representation of color #B8C9A5: hue angle of 88.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8C9A5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 165 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.21 |
| HSL | 88.33º | 0.25% | 0.72% | - |
| HSV(B) | 88.33º | 0.18% | 0.79% | - |
| XYZ | 47.45 | 54.68 | 43.65 | - |
| YUV | 191.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 165 | 0.08 | 0 | 0.18 | 0.21 | 88.33 | 0.25 | 0.72 |
| Hex | B8 | C9 | A5 | 8 | 0 | 12 | 15 | 58 | 19 | 48 |
| Octal | 270 | 311 | 245 | 10 | 0 | 22 | 25 | 130 | 31 | 110 |
| Binary | 10111000 | 11001001 | 10100101 | 1000 | 0 | 10010 | 10101 | 1011000 | 11001 | 1001000 |
Color Harmonies of #B8C9A5
Complementary color
Monochromatic Colors of #B8C9A5
Black with #B8C9A5
Text Example
Text Example
White with #B8C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C9A5; }
p { color: rgb(184,201,165); }
H1.HeaderClassName
{
color: #B8C9A5;
}
.AnyTagClassName
{
color: #B8C9A5;
}
</style>
background-color css
<style>
a { background-color: #B8C9A5; }
a { background-color: rgb(184,201,165); }
div.DivClassName
{
background-color: #B8C9A5;
}
.BgClassName
{
background-color: #B8C9A5;
}
</style>
border-color css
<style>
span { border-color: #B8C9A5; }
span { border-color: rgb(184,201,165); }
td.TdClassName
{
border-color: #B8C9A5;
}
.TagClassName
{
border-color: #B8C9A5;
}
</style>