Shades of Celery #B5CA45
Tints of Celery #B5CA45
RGB
CMYK
RGB Variations
Color information
#B5CA45 (or 0xB5CA45) is known color: Celery. HEX triplet: B5, CA and 45. RGB value is (181,202,69). Sum of RGB (Red+Green+Blue) = 181+202+69=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA45 is #4A35BA. Grayscale: #B5B5B5. Windows color (decimal): -4863419 or 4573877. OLE color: 4573877.
HSL color Cylindrical-coordinate representation of color #B5CA45: hue angle of 69.47º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5CA45 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 69 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.21 |
| HSL | 69.47º | 0.56% | 0.53% | - |
| HSV(B) | 69.47º | 0.66% | 0.79% | - |
| XYZ | 41.25 | 52.49 | 13.59 | - |
| YUV | 180.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 69 | 0.10 | 0 | 0.66 | 0.21 | 69.47 | 0.56 | 0.53 |
| Hex | B5 | CA | 45 | A | 0 | 42 | 15 | 45 | 38 | 35 |
| Octal | 265 | 312 | 105 | 12 | 0 | 102 | 25 | 105 | 70 | 65 |
| Binary | 10110101 | 11001010 | 1000101 | 1010 | 0 | 1000010 | 10101 | 1000101 | 111000 | 110101 |
Color Harmonies of #B5CA45
Complementary color
Monochromatic Colors of #B5CA45
Black with #B5CA45
Text Example
Text Example
White with #B5CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA45; }
p { color: rgb(181,202,69); }
H1.HeaderClassName
{
color: #B5CA45;
}
.AnyTagClassName
{
color: #B5CA45;
}
</style>
background-color css
<style>
a { background-color: #B5CA45; }
a { background-color: rgb(181,202,69); }
div.DivClassName
{
background-color: #B5CA45;
}
.BgClassName
{
background-color: #B5CA45;
}
</style>
border-color css
<style>
span { border-color: #B5CA45; }
span { border-color: rgb(181,202,69); }
td.TdClassName
{
border-color: #B5CA45;
}
.TagClassName
{
border-color: #B5CA45;
}
</style>