Shades of Celery #B5C23A
Tints of Celery #B5C23A
RGB
CMYK
RGB Variations
Color information
#B5C23A (or 0xB5C23A) is known color: Celery. HEX triplet: B5, C2 and 3A. RGB value is (181,194,58). Sum of RGB (Red+Green+Blue) = 181+194+58=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C23A is #4A3DC5. Grayscale: #AFAFAF. Windows color (decimal): -4865478 or 3850933. OLE color: 3850933.
HSL color Cylindrical-coordinate representation of color #B5C23A: hue angle of 65.74º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5C23A is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 58 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.24 |
| HSL | 65.74º | 0.54% | 0.49% | - |
| HSV(B) | 65.74º | 0.7% | 0.76% | - |
| XYZ | 39.11 | 48.71 | 11.34 | - |
| YUV | 174.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 58 | 0.07 | 0 | 0.70 | 0.24 | 65.74 | 0.54 | 0.49 |
| Hex | B5 | C2 | 3A | 7 | 0 | 46 | 18 | 42 | 36 | 31 |
| Octal | 265 | 302 | 72 | 7 | 0 | 106 | 30 | 102 | 66 | 61 |
| Binary | 10110101 | 11000010 | 111010 | 111 | 0 | 1000110 | 11000 | 1000010 | 110110 | 110001 |
Color Harmonies of #B5C23A
Complementary color
Monochromatic Colors of #B5C23A
Black with #B5C23A
Text Example
Text Example
White with #B5C23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C23A; }
p { color: rgb(181,194,58); }
H1.HeaderClassName
{
color: #B5C23A;
}
.AnyTagClassName
{
color: #B5C23A;
}
</style>
background-color css
<style>
a { background-color: #B5C23A; }
a { background-color: rgb(181,194,58); }
div.DivClassName
{
background-color: #B5C23A;
}
.BgClassName
{
background-color: #B5C23A;
}
</style>
border-color css
<style>
span { border-color: #B5C23A; }
span { border-color: rgb(181,194,58); }
td.TdClassName
{
border-color: #B5C23A;
}
.TagClassName
{
border-color: #B5C23A;
}
</style>