Shades of Pixie Green #B5C7A6
Tints of Pixie Green #B5C7A6
RGB
CMYK
RGB Variations
Color information
#B5C7A6 (or 0xB5C7A6) is known color: Pixie Green. HEX triplet: B5, C7 and A6. RGB value is (181,199,166). Sum of RGB (Red+Green+Blue) = 181+199+166=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C7A6 is #4A3859. Grayscale: #BDBDBD. Windows color (decimal): -4864090 or 10930101. OLE color: 10930101.
HSL color Cylindrical-coordinate representation of color #B5C7A6: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5C7A6 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 199 | 166 | - |
CMYK | 0.09 | 0 | 0.17 | 0.22 |
HSL | 92.73º | 0.23% | 0.72% | - |
HSV(B) | 92.73º | 0.17% | 0.78% | - |
XYZ | 46.36 | 53.42 | 43.94 | - |
YUV | 189.86 | 114.54 | 121.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 199 | 166 | 0.09 | 0 | 0.17 | 0.22 | 92.73 | 0.23 | 0.72 |
Hex | B5 | C7 | A6 | 9 | 0 | 11 | 16 | 5D | 17 | 48 |
Octal | 265 | 307 | 246 | 11 | 0 | 21 | 26 | 135 | 27 | 110 |
Binary | 10110101 | 11000111 | 10100110 | 1001 | 0 | 10001 | 10110 | 1011101 | 10111 | 1001000 |
Color Harmonies of #B5C7A6
Complementary color
Monochromatic Colors of #B5C7A6
Black with #B5C7A6
Text Example
Text Example
White with #B5C7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C7A6; }
p { color: rgb(181,199,166); }
H1.HeaderClassName
{
color: #B5C7A6;
}
.AnyTagClassName
{
color: #B5C7A6;
}
</style>
background-color css
<style>
a { background-color: #B5C7A6; }
a { background-color: rgb(181,199,166); }
div.DivClassName
{
background-color: #B5C7A6;
}
.BgClassName
{
background-color: #B5C7A6;
}
</style>
border-color css
<style>
span { border-color: #B5C7A6; }
span { border-color: rgb(181,199,166); }
td.TdClassName
{
border-color: #B5C7A6;
}
.TagClassName
{
border-color: #B5C7A6;
}
</style>