Shades of Celery #B5C235
Tints of Celery #B5C235
RGB
CMYK
RGB Variations
Color information
#B5C235 (or 0xB5C235) is known color: Celery. HEX triplet: B5, C2 and 35. RGB value is (181,194,53). Sum of RGB (Red+Green+Blue) = 181+194+53=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C235 is #4A3DCA. Grayscale: #AEAEAE. Windows color (decimal): -4865483 or 3523253. OLE color: 3523253.
HSL color Cylindrical-coordinate representation of color #B5C235: hue angle of 65.53º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5C235 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 53 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.24 |
| HSL | 65.53º | 0.57% | 0.48% | - |
| HSV(B) | 65.53º | 0.73% | 0.76% | - |
| XYZ | 38.99 | 48.66 | 10.71 | - |
| YUV | 174.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 53 | 0.07 | 0 | 0.73 | 0.24 | 65.53 | 0.57 | 0.48 |
| Hex | B5 | C2 | 35 | 7 | 0 | 49 | 18 | 42 | 39 | 30 |
| Octal | 265 | 302 | 65 | 7 | 0 | 111 | 30 | 102 | 71 | 60 |
| Binary | 10110101 | 11000010 | 110101 | 111 | 0 | 1001001 | 11000 | 1000010 | 111001 | 110000 |
Color Harmonies of #B5C235
Complementary color
Monochromatic Colors of #B5C235
Black with #B5C235
Text Example
Text Example
White with #B5C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C235; }
p { color: rgb(181,194,53); }
H1.HeaderClassName
{
color: #B5C235;
}
.AnyTagClassName
{
color: #B5C235;
}
</style>
background-color css
<style>
a { background-color: #B5C235; }
a { background-color: rgb(181,194,53); }
div.DivClassName
{
background-color: #B5C235;
}
.BgClassName
{
background-color: #B5C235;
}
</style>
border-color css
<style>
span { border-color: #B5C235; }
span { border-color: rgb(181,194,53); }
td.TdClassName
{
border-color: #B5C235;
}
.TagClassName
{
border-color: #B5C235;
}
</style>