Shades of Pixie Green #B8CDA0
Tints of Pixie Green #B8CDA0
RGB
CMYK
RGB Variations
Color information
#B8CDA0 (or 0xB8CDA0) is known color: Pixie Green. HEX triplet: B8, CD and A0. RGB value is (184,205,160). Sum of RGB (Red+Green+Blue) = 184+205+160=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CDA0 is #47325F. Grayscale: #C1C1C1. Windows color (decimal): -4665952 or 10538424. OLE color: 10538424.
HSL color Cylindrical-coordinate representation of color #B8CDA0: hue angle of 88º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8CDA0 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 160 | - |
| CMYK | 0.10 | 0 | 0.22 | 0.20 |
| HSL | 88º | 0.31% | 0.72% | - |
| HSV(B) | 88º | 0.22% | 0.8% | - |
| XYZ | 47.94 | 56.39 | 41.62 | - |
| YUV | 193.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 160 | 0.10 | 0 | 0.22 | 0.20 | 88 | 0.31 | 0.72 |
| Hex | B8 | CD | A0 | A | 0 | 16 | 14 | 58 | 1F | 48 |
| Octal | 270 | 315 | 240 | 12 | 0 | 26 | 24 | 130 | 37 | 110 |
| Binary | 10111000 | 11001101 | 10100000 | 1010 | 0 | 10110 | 10100 | 1011000 | 11111 | 1001000 |
Color Harmonies of #B8CDA0
Complementary color
Monochromatic Colors of #B8CDA0
Black with #B8CDA0
Text Example
Text Example
White with #B8CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDA0; }
p { color: rgb(184,205,160); }
H1.HeaderClassName
{
color: #B8CDA0;
}
.AnyTagClassName
{
color: #B8CDA0;
}
</style>
background-color css
<style>
a { background-color: #B8CDA0; }
a { background-color: rgb(184,205,160); }
div.DivClassName
{
background-color: #B8CDA0;
}
.BgClassName
{
background-color: #B8CDA0;
}
</style>
border-color css
<style>
span { border-color: #B8CDA0; }
span { border-color: rgb(184,205,160); }
td.TdClassName
{
border-color: #B8CDA0;
}
.TagClassName
{
border-color: #B8CDA0;
}
</style>