Shades of Celery #B7CA45
Tints of Celery #B7CA45
RGB
CMYK
RGB Variations
Color information
#B7CA45 (or 0xB7CA45) is known color: Celery. HEX triplet: B7, CA and 45. RGB value is (183,202,69). Sum of RGB (Red+Green+Blue) = 183+202+69=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA45 is #4835BA. Grayscale: #B5B5B5. Windows color (decimal): -4732347 or 4573879. OLE color: 4573879.
HSL color Cylindrical-coordinate representation of color #B7CA45: hue angle of 68.57º 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 #B7CA45 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 69 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.21 |
| HSL | 68.57º | 0.56% | 0.53% | - |
| HSV(B) | 68.57º | 0.66% | 0.79% | - |
| XYZ | 41.72 | 52.74 | 13.61 | - |
| YUV | 181.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 69 | 0.09 | 0 | 0.66 | 0.21 | 68.57 | 0.56 | 0.53 |
| Hex | B7 | CA | 45 | 9 | 0 | 42 | 15 | 45 | 38 | 35 |
| Octal | 267 | 312 | 105 | 11 | 0 | 102 | 25 | 105 | 70 | 65 |
| Binary | 10110111 | 11001010 | 1000101 | 1001 | 0 | 1000010 | 10101 | 1000101 | 111000 | 110101 |
Color Harmonies of #B7CA45
Complementary color
Monochromatic Colors of #B7CA45
Black with #B7CA45
Text Example
Text Example
White with #B7CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA45; }
p { color: rgb(183,202,69); }
H1.HeaderClassName
{
color: #B7CA45;
}
.AnyTagClassName
{
color: #B7CA45;
}
</style>
background-color css
<style>
a { background-color: #B7CA45; }
a { background-color: rgb(183,202,69); }
div.DivClassName
{
background-color: #B7CA45;
}
.BgClassName
{
background-color: #B7CA45;
}
</style>
border-color css
<style>
span { border-color: #B7CA45; }
span { border-color: rgb(183,202,69); }
td.TdClassName
{
border-color: #B7CA45;
}
.TagClassName
{
border-color: #B7CA45;
}
</style>