Shades of Celery #B5C94B
Tints of Celery #B5C94B
RGB
CMYK
RGB Variations
Color information
#B5C94B (or 0xB5C94B) is known color: Celery. HEX triplet: B5, C9 and 4B. RGB value is (181,201,75). Sum of RGB (Red+Green+Blue) = 181+201+75=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C94B is #4A36B4. Grayscale: #B5B5B5. Windows color (decimal): -4863669 or 4966837. OLE color: 4966837.
HSL color Cylindrical-coordinate representation of color #B5C94B: hue angle of 69.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5C94B is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 75 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.21 |
| HSL | 69.52º | 0.54% | 0.54% | - |
| HSV(B) | 69.52º | 0.63% | 0.79% | - |
| XYZ | 41.21 | 52.11 | 14.54 | - |
| YUV | 180.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 75 | 0.10 | 0 | 0.63 | 0.21 | 69.52 | 0.54 | 0.54 |
| Hex | B5 | C9 | 4B | A | 0 | 3F | 15 | 46 | 36 | 36 |
| Octal | 265 | 311 | 113 | 12 | 0 | 77 | 25 | 106 | 66 | 66 |
| Binary | 10110101 | 11001001 | 1001011 | 1010 | 0 | 111111 | 10101 | 1000110 | 110110 | 110110 |
Color Harmonies of #B5C94B
Complementary color
Monochromatic Colors of #B5C94B
Black with #B5C94B
Text Example
Text Example
White with #B5C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C94B; }
p { color: rgb(181,201,75); }
H1.HeaderClassName
{
color: #B5C94B;
}
.AnyTagClassName
{
color: #B5C94B;
}
</style>
background-color css
<style>
a { background-color: #B5C94B; }
a { background-color: rgb(181,201,75); }
div.DivClassName
{
background-color: #B5C94B;
}
.BgClassName
{
background-color: #B5C94B;
}
</style>
border-color css
<style>
span { border-color: #B5C94B; }
span { border-color: rgb(181,201,75); }
td.TdClassName
{
border-color: #B5C94B;
}
.TagClassName
{
border-color: #B5C94B;
}
</style>