Shades of Celery #B4C23C
Tints of Celery #B4C23C
RGB
CMYK
RGB Variations
Color information
#B4C23C (or 0xB4C23C) is known color: Celery. HEX triplet: B4, C2 and 3C. RGB value is (180,194,60). Sum of RGB (Red+Green+Blue) = 180+194+60=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C23C is #4B3DC3. Grayscale: #AFAFAF. Windows color (decimal): -4931012 or 3982004. OLE color: 3982004.
HSL color Cylindrical-coordinate representation of color #B4C23C: hue angle of 66.27º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4C23C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 60 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.24 |
| HSL | 66.27º | 0.53% | 0.5% | - |
| HSV(B) | 66.27º | 0.69% | 0.76% | - |
| XYZ | 38.93 | 48.61 | 11.61 | - |
| YUV | 174.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 60 | 0.07 | 0 | 0.69 | 0.24 | 66.27 | 0.53 | 0.5 |
| Hex | B4 | C2 | 3C | 7 | 0 | 45 | 18 | 42 | 35 | 32 |
| Octal | 264 | 302 | 74 | 7 | 0 | 105 | 30 | 102 | 65 | 62 |
| Binary | 10110100 | 11000010 | 111100 | 111 | 0 | 1000101 | 11000 | 1000010 | 110101 | 110010 |
Color Harmonies of #B4C23C
Complementary color
Monochromatic Colors of #B4C23C
Black with #B4C23C
Text Example
Text Example
White with #B4C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C23C; }
p { color: rgb(180,194,60); }
H1.HeaderClassName
{
color: #B4C23C;
}
.AnyTagClassName
{
color: #B4C23C;
}
</style>
background-color css
<style>
a { background-color: #B4C23C; }
a { background-color: rgb(180,194,60); }
div.DivClassName
{
background-color: #B4C23C;
}
.BgClassName
{
background-color: #B4C23C;
}
</style>
border-color css
<style>
span { border-color: #B4C23C; }
span { border-color: rgb(180,194,60); }
td.TdClassName
{
border-color: #B4C23C;
}
.TagClassName
{
border-color: #B4C23C;
}
</style>