Shades of Celery #B5C04B
Tints of Celery #B5C04B
RGB
CMYK
RGB Variations
Color information
#B5C04B (or 0xB5C04B) is known color: Celery. HEX triplet: B5, C0 and 4B. RGB value is (181,192,75). Sum of RGB (Red+Green+Blue) = 181+192+75=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C04B is #4A3FB4. Grayscale: #AFAFAF. Windows color (decimal): -4865973 or 4964533. OLE color: 4964533.
HSL color Cylindrical-coordinate representation of color #B5C04B: hue angle of 65.64º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5C04B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 75 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.25 |
| HSL | 65.64º | 0.48% | 0.52% | - |
| HSV(B) | 65.64º | 0.61% | 0.75% | - |
| XYZ | 39.18 | 48.03 | 13.86 | - |
| YUV | 175.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 75 | 0.06 | 0 | 0.61 | 0.25 | 65.64 | 0.48 | 0.52 |
| Hex | B5 | C0 | 4B | 6 | 0 | 3D | 19 | 42 | 30 | 34 |
| Octal | 265 | 300 | 113 | 6 | 0 | 75 | 31 | 102 | 60 | 64 |
| Binary | 10110101 | 11000000 | 1001011 | 110 | 0 | 111101 | 11001 | 1000010 | 110000 | 110100 |
Color Harmonies of #B5C04B
Complementary color
Monochromatic Colors of #B5C04B
Black with #B5C04B
Text Example
Text Example
White with #B5C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C04B; }
p { color: rgb(181,192,75); }
H1.HeaderClassName
{
color: #B5C04B;
}
.AnyTagClassName
{
color: #B5C04B;
}
</style>
background-color css
<style>
a { background-color: #B5C04B; }
a { background-color: rgb(181,192,75); }
div.DivClassName
{
background-color: #B5C04B;
}
.BgClassName
{
background-color: #B5C04B;
}
</style>
border-color css
<style>
span { border-color: #B5C04B; }
span { border-color: rgb(181,192,75); }
td.TdClassName
{
border-color: #B5C04B;
}
.TagClassName
{
border-color: #B5C04B;
}
</style>