Shades of Celery #B5C04D
Tints of Celery #B5C04D
RGB
CMYK
RGB Variations
Color information
#B5C04D (or 0xB5C04D) is known color: Celery. HEX triplet: B5, C0 and 4D. RGB value is (181,192,77). Sum of RGB (Red+Green+Blue) = 181+192+77=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C04D is #4A3FB2. Grayscale: #B0B0B0. Windows color (decimal): -4865971 or 5095605. OLE color: 5095605.
HSL color Cylindrical-coordinate representation of color #B5C04D: hue angle of 65.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5C04D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 77 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.25 |
| HSL | 65.74º | 0.48% | 0.53% | - |
| HSV(B) | 65.74º | 0.6% | 0.75% | - |
| XYZ | 39.25 | 48.06 | 14.23 | - |
| YUV | 175.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 77 | 0.06 | 0 | 0.60 | 0.25 | 65.74 | 0.48 | 0.53 |
| Hex | B5 | C0 | 4D | 6 | 0 | 3C | 19 | 42 | 30 | 35 |
| Octal | 265 | 300 | 115 | 6 | 0 | 74 | 31 | 102 | 60 | 65 |
| Binary | 10110101 | 11000000 | 1001101 | 110 | 0 | 111100 | 11001 | 1000010 | 110000 | 110101 |
Color Harmonies of #B5C04D
Complementary color
Monochromatic Colors of #B5C04D
Black with #B5C04D
Text Example
Text Example
White with #B5C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C04D; }
p { color: rgb(181,192,77); }
H1.HeaderClassName
{
color: #B5C04D;
}
.AnyTagClassName
{
color: #B5C04D;
}
</style>
background-color css
<style>
a { background-color: #B5C04D; }
a { background-color: rgb(181,192,77); }
div.DivClassName
{
background-color: #B5C04D;
}
.BgClassName
{
background-color: #B5C04D;
}
</style>
border-color css
<style>
span { border-color: #B5C04D; }
span { border-color: rgb(181,192,77); }
td.TdClassName
{
border-color: #B5C04D;
}
.TagClassName
{
border-color: #B5C04D;
}
</style>