Shades of Celery #B5C952
Tints of Celery #B5C952
RGB
CMYK
RGB Variations
Color information
#B5C952 (or 0xB5C952) is known color: Celery. HEX triplet: B5, C9 and 52. RGB value is (181,201,82). Sum of RGB (Red+Green+Blue) = 181+201+82=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C952 is #4A36AD. Grayscale: #B5B5B5. Windows color (decimal): -4863662 or 5425589. OLE color: 5425589.
HSL color Cylindrical-coordinate representation of color #B5C952: hue angle of 70.08º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5C952 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 82 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.21 |
| HSL | 70.08º | 0.52% | 0.55% | - |
| HSV(B) | 70.08º | 0.59% | 0.79% | - |
| XYZ | 41.47 | 52.21 | 15.87 | - |
| YUV | 181.45 | 71.87 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 82 | 0.10 | 0 | 0.59 | 0.21 | 70.08 | 0.52 | 0.55 |
| Hex | B5 | C9 | 52 | A | 0 | 3B | 15 | 46 | 34 | 37 |
| Octal | 265 | 311 | 122 | 12 | 0 | 73 | 25 | 106 | 64 | 67 |
| Binary | 10110101 | 11001001 | 1010010 | 1010 | 0 | 111011 | 10101 | 1000110 | 110100 | 110111 |
Color Harmonies of #B5C952
Complementary color
Monochromatic Colors of #B5C952
Black with #B5C952
Text Example
Text Example
White with #B5C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C952; }
p { color: rgb(181,201,82); }
H1.HeaderClassName
{
color: #B5C952;
}
.AnyTagClassName
{
color: #B5C952;
}
</style>
background-color css
<style>
a { background-color: #B5C952; }
a { background-color: rgb(181,201,82); }
div.DivClassName
{
background-color: #B5C952;
}
.BgClassName
{
background-color: #B5C952;
}
</style>
border-color css
<style>
span { border-color: #B5C952; }
span { border-color: rgb(181,201,82); }
td.TdClassName
{
border-color: #B5C952;
}
.TagClassName
{
border-color: #B5C952;
}
</style>