Shades of Celery #B5C14F
Tints of Celery #B5C14F
RGB
CMYK
RGB Variations
Color information
#B5C14F (or 0xB5C14F) is known color: Celery. HEX triplet: B5, C1 and 4F. RGB value is (181,193,79). Sum of RGB (Red+Green+Blue) = 181+193+79=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C14F is #4A3EB0. Grayscale: #B0B0B0. Windows color (decimal): -4865713 or 5226933. OLE color: 5226933.
HSL color Cylindrical-coordinate representation of color #B5C14F: hue angle of 66.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5C14F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 79 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.24 |
| HSL | 66.32º | 0.48% | 0.53% | - |
| HSV(B) | 66.32º | 0.59% | 0.76% | - |
| XYZ | 39.54 | 48.53 | 14.68 | - |
| YUV | 176.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 79 | 0.06 | 0 | 0.59 | 0.24 | 66.32 | 0.48 | 0.53 |
| Hex | B5 | C1 | 4F | 6 | 0 | 3B | 18 | 42 | 30 | 35 |
| Octal | 265 | 301 | 117 | 6 | 0 | 73 | 30 | 102 | 60 | 65 |
| Binary | 10110101 | 11000001 | 1001111 | 110 | 0 | 111011 | 11000 | 1000010 | 110000 | 110101 |
Color Harmonies of #B5C14F
Complementary color
Monochromatic Colors of #B5C14F
Black with #B5C14F
Text Example
Text Example
White with #B5C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C14F; }
p { color: rgb(181,193,79); }
H1.HeaderClassName
{
color: #B5C14F;
}
.AnyTagClassName
{
color: #B5C14F;
}
</style>
background-color css
<style>
a { background-color: #B5C14F; }
a { background-color: rgb(181,193,79); }
div.DivClassName
{
background-color: #B5C14F;
}
.BgClassName
{
background-color: #B5C14F;
}
</style>
border-color css
<style>
span { border-color: #B5C14F; }
span { border-color: rgb(181,193,79); }
td.TdClassName
{
border-color: #B5C14F;
}
.TagClassName
{
border-color: #B5C14F;
}
</style>