Shades of Celery #B5C238
Tints of Celery #B5C238
RGB
CMYK
RGB Variations
Color information
#B5C238 (or 0xB5C238) is known color: Celery. HEX triplet: B5, C2 and 38. RGB value is (181,194,56). Sum of RGB (Red+Green+Blue) = 181+194+56=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C238 is #4A3DC7. Grayscale: #AEAEAE. Windows color (decimal): -4865480 or 3719861. OLE color: 3719861.
HSL color Cylindrical-coordinate representation of color #B5C238: hue angle of 65.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5C238 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 56 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.24 |
| HSL | 65.65º | 0.55% | 0.49% | - |
| HSV(B) | 65.65º | 0.71% | 0.76% | - |
| XYZ | 39.06 | 48.69 | 11.08 | - |
| YUV | 174.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 56 | 0.07 | 0 | 0.71 | 0.24 | 65.65 | 0.55 | 0.49 |
| Hex | B5 | C2 | 38 | 7 | 0 | 47 | 18 | 42 | 37 | 31 |
| Octal | 265 | 302 | 70 | 7 | 0 | 107 | 30 | 102 | 67 | 61 |
| Binary | 10110101 | 11000010 | 111000 | 111 | 0 | 1000111 | 11000 | 1000010 | 110111 | 110001 |
Color Harmonies of #B5C238
Complementary color
Monochromatic Colors of #B5C238
Black with #B5C238
Text Example
Text Example
White with #B5C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C238; }
p { color: rgb(181,194,56); }
H1.HeaderClassName
{
color: #B5C238;
}
.AnyTagClassName
{
color: #B5C238;
}
</style>
background-color css
<style>
a { background-color: #B5C238; }
a { background-color: rgb(181,194,56); }
div.DivClassName
{
background-color: #B5C238;
}
.BgClassName
{
background-color: #B5C238;
}
</style>
border-color css
<style>
span { border-color: #B5C238; }
span { border-color: rgb(181,194,56); }
td.TdClassName
{
border-color: #B5C238;
}
.TagClassName
{
border-color: #B5C238;
}
</style>