Shades of Pixie Green #B5CBA5
Tints of Pixie Green #B5CBA5
RGB
CMYK
RGB Variations
Color information
#B5CBA5 (or 0xB5CBA5) is known color: Pixie Green. HEX triplet: B5, CB and A5. RGB value is (181,203,165). Sum of RGB (Red+Green+Blue) = 181+203+165=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CBA5 is #4A345A. Grayscale: #C0C0C0. Windows color (decimal): -4863067 or 10865589. OLE color: 10865589.
HSL color Cylindrical-coordinate representation of color #B5CBA5: hue angle of 94.74º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5CBA5 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
RGB | 181 | 203 | 165 | - |
CMYK | 0.11 | 0 | 0.19 | 0.20 |
HSL | 94.74º | 0.27% | 0.72% | - |
HSV(B) | 94.74º | 0.19% | 0.8% | - |
XYZ | 47.2 | 55.25 | 43.77 | - |
YUV | 192.09 | 112.71 | 120.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 203 | 165 | 0.11 | 0 | 0.19 | 0.20 | 94.74 | 0.27 | 0.72 |
Hex | B5 | CB | A5 | B | 0 | 13 | 14 | 5F | 1B | 48 |
Octal | 265 | 313 | 245 | 13 | 0 | 23 | 24 | 137 | 33 | 110 |
Binary | 10110101 | 11001011 | 10100101 | 1011 | 0 | 10011 | 10100 | 1011111 | 11011 | 1001000 |
Color Harmonies of #B5CBA5
Complementary color
Monochromatic Colors of #B5CBA5
Black with #B5CBA5
Text Example
Text Example
White with #B5CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBA5; }
p { color: rgb(181,203,165); }
H1.HeaderClassName
{
color: #B5CBA5;
}
.AnyTagClassName
{
color: #B5CBA5;
}
</style>
background-color css
<style>
a { background-color: #B5CBA5; }
a { background-color: rgb(181,203,165); }
div.DivClassName
{
background-color: #B5CBA5;
}
.BgClassName
{
background-color: #B5CBA5;
}
</style>
border-color css
<style>
span { border-color: #B5CBA5; }
span { border-color: rgb(181,203,165); }
td.TdClassName
{
border-color: #B5CBA5;
}
.TagClassName
{
border-color: #B5CBA5;
}
</style>