Shades of Celery #B5C13D
Tints of Celery #B5C13D
RGB
CMYK
RGB Variations
Color information
#B5C13D (or 0xB5C13D) is known color: Celery. HEX triplet: B5, C1 and 3D. RGB value is (181,193,61). Sum of RGB (Red+Green+Blue) = 181+193+61=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C13D is #4A3EC2. Grayscale: #AEAEAE. Windows color (decimal): -4865731 or 4047285. OLE color: 4047285.
HSL color Cylindrical-coordinate representation of color #B5C13D: hue angle of 65.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5C13D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 61 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.24 |
| HSL | 65.45º | 0.52% | 0.5% | - |
| HSV(B) | 65.45º | 0.68% | 0.76% | - |
| XYZ | 38.97 | 48.3 | 11.68 | - |
| YUV | 174.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 61 | 0.06 | 0 | 0.68 | 0.24 | 65.45 | 0.52 | 0.5 |
| Hex | B5 | C1 | 3D | 6 | 0 | 44 | 18 | 41 | 34 | 32 |
| Octal | 265 | 301 | 75 | 6 | 0 | 104 | 30 | 101 | 64 | 62 |
| Binary | 10110101 | 11000001 | 111101 | 110 | 0 | 1000100 | 11000 | 1000001 | 110100 | 110010 |
Color Harmonies of #B5C13D
Complementary color
Monochromatic Colors of #B5C13D
Black with #B5C13D
Text Example
Text Example
White with #B5C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C13D; }
p { color: rgb(181,193,61); }
H1.HeaderClassName
{
color: #B5C13D;
}
.AnyTagClassName
{
color: #B5C13D;
}
</style>
background-color css
<style>
a { background-color: #B5C13D; }
a { background-color: rgb(181,193,61); }
div.DivClassName
{
background-color: #B5C13D;
}
.BgClassName
{
background-color: #B5C13D;
}
</style>
border-color css
<style>
span { border-color: #B5C13D; }
span { border-color: rgb(181,193,61); }
td.TdClassName
{
border-color: #B5C13D;
}
.TagClassName
{
border-color: #B5C13D;
}
</style>