Shades of Celery #B5C03D
Tints of Celery #B5C03D
RGB
CMYK
RGB Variations
Color information
#B5C03D (or 0xB5C03D) is known color: Celery. HEX triplet: B5, C0 and 3D. RGB value is (181,192,61). Sum of RGB (Red+Green+Blue) = 181+192+61=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C03D is #4A3FC2. Grayscale: #AEAEAE. Windows color (decimal): -4865987 or 4047029. OLE color: 4047029.
HSL color Cylindrical-coordinate representation of color #B5C03D: hue angle of 65.04º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5C03D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 61 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.25 |
| HSL | 65.04º | 0.52% | 0.5% | - |
| HSV(B) | 65.04º | 0.68% | 0.75% | - |
| XYZ | 38.75 | 47.86 | 11.61 | - |
| YUV | 173.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 61 | 0.06 | 0 | 0.68 | 0.25 | 65.04 | 0.52 | 0.5 |
| Hex | B5 | C0 | 3D | 6 | 0 | 44 | 19 | 41 | 34 | 32 |
| Octal | 265 | 300 | 75 | 6 | 0 | 104 | 31 | 101 | 64 | 62 |
| Binary | 10110101 | 11000000 | 111101 | 110 | 0 | 1000100 | 11001 | 1000001 | 110100 | 110010 |
Color Harmonies of #B5C03D
Complementary color
Monochromatic Colors of #B5C03D
Black with #B5C03D
Text Example
Text Example
White with #B5C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C03D; }
p { color: rgb(181,192,61); }
H1.HeaderClassName
{
color: #B5C03D;
}
.AnyTagClassName
{
color: #B5C03D;
}
</style>
background-color css
<style>
a { background-color: #B5C03D; }
a { background-color: rgb(181,192,61); }
div.DivClassName
{
background-color: #B5C03D;
}
.BgClassName
{
background-color: #B5C03D;
}
</style>
border-color css
<style>
span { border-color: #B5C03D; }
span { border-color: rgb(181,192,61); }
td.TdClassName
{
border-color: #B5C03D;
}
.TagClassName
{
border-color: #B5C03D;
}
</style>