Shades of Celery #B5CE52
Tints of Celery #B5CE52
RGB
CMYK
RGB Variations
Color information
#B5CE52 (or 0xB5CE52) is known color: Celery. HEX triplet: B5, CE and 52. RGB value is (181,206,82). Sum of RGB (Red+Green+Blue) = 181+206+82=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE52 is #4A31AD. Grayscale: #B8B8B8. Windows color (decimal): -4862382 or 5426869. OLE color: 5426869.
HSL color Cylindrical-coordinate representation of color #B5CE52: hue angle of 72.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5CE52 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 82 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.19 |
| HSL | 72.1º | 0.56% | 0.56% | - |
| HSV(B) | 72.1º | 0.6% | 0.81% | - |
| XYZ | 42.65 | 54.58 | 16.27 | - |
| YUV | 184.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 82 | 0.12 | 0 | 0.60 | 0.19 | 72.1 | 0.56 | 0.56 |
| Hex | B5 | CE | 52 | C | 0 | 3C | 13 | 48 | 38 | 38 |
| Octal | 265 | 316 | 122 | 14 | 0 | 74 | 23 | 110 | 70 | 70 |
| Binary | 10110101 | 11001110 | 1010010 | 1100 | 0 | 111100 | 10011 | 1001000 | 111000 | 111000 |
Color Harmonies of #B5CE52
Complementary color
Monochromatic Colors of #B5CE52
Black with #B5CE52
Text Example
Text Example
White with #B5CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE52; }
p { color: rgb(181,206,82); }
H1.HeaderClassName
{
color: #B5CE52;
}
.AnyTagClassName
{
color: #B5CE52;
}
</style>
background-color css
<style>
a { background-color: #B5CE52; }
a { background-color: rgb(181,206,82); }
div.DivClassName
{
background-color: #B5CE52;
}
.BgClassName
{
background-color: #B5CE52;
}
</style>
border-color css
<style>
span { border-color: #B5CE52; }
span { border-color: rgb(181,206,82); }
td.TdClassName
{
border-color: #B5CE52;
}
.TagClassName
{
border-color: #B5CE52;
}
</style>