Shades of Celery #B5CB4C
Tints of Celery #B5CB4C
RGB
CMYK
RGB Variations
Color information
#B5CB4C (or 0xB5CB4C) is known color: Celery. HEX triplet: B5, CB and 4C. RGB value is (181,203,76). Sum of RGB (Red+Green+Blue) = 181+203+76=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB4C is #4A34B3. Grayscale: #B6B6B6. Windows color (decimal): -4863156 or 5032885. OLE color: 5032885.
HSL color Cylindrical-coordinate representation of color #B5CB4C: hue angle of 70.39º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5CB4C is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 76 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.20 |
| HSL | 70.39º | 0.55% | 0.55% | - |
| HSV(B) | 70.39º | 0.63% | 0.8% | - |
| XYZ | 41.72 | 53.06 | 14.88 | - |
| YUV | 181.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 76 | 0.11 | 0 | 0.63 | 0.20 | 70.39 | 0.55 | 0.55 |
| Hex | B5 | CB | 4C | B | 0 | 3F | 14 | 46 | 37 | 37 |
| Octal | 265 | 313 | 114 | 13 | 0 | 77 | 24 | 106 | 67 | 67 |
| Binary | 10110101 | 11001011 | 1001100 | 1011 | 0 | 111111 | 10100 | 1000110 | 110111 | 110111 |
Color Harmonies of #B5CB4C
Complementary color
Monochromatic Colors of #B5CB4C
Black with #B5CB4C
Text Example
Text Example
White with #B5CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB4C; }
p { color: rgb(181,203,76); }
H1.HeaderClassName
{
color: #B5CB4C;
}
.AnyTagClassName
{
color: #B5CB4C;
}
</style>
background-color css
<style>
a { background-color: #B5CB4C; }
a { background-color: rgb(181,203,76); }
div.DivClassName
{
background-color: #B5CB4C;
}
.BgClassName
{
background-color: #B5CB4C;
}
</style>
border-color css
<style>
span { border-color: #B5CB4C; }
span { border-color: rgb(181,203,76); }
td.TdClassName
{
border-color: #B5CB4C;
}
.TagClassName
{
border-color: #B5CB4C;
}
</style>