Shades of Celery #B9C745
Tints of Celery #B9C745
RGB
CMYK
RGB Variations
Color information
#B9C745 (or 0xB9C745) is known color: Celery. HEX triplet: B9, C7 and 45. RGB value is (185,199,69). Sum of RGB (Red+Green+Blue) = 185+199+69=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C745 is #4638BA. Grayscale: #B4B4B4. Windows color (decimal): -4602043 or 4573113. OLE color: 4573113.
HSL color Cylindrical-coordinate representation of color #B9C745: hue angle of 66.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9C745 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 69 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.22 |
| HSL | 66.46º | 0.54% | 0.53% | - |
| HSV(B) | 66.46º | 0.65% | 0.78% | - |
| XYZ | 41.51 | 51.59 | 13.4 | - |
| YUV | 179.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 69 | 0.07 | 0 | 0.65 | 0.22 | 66.46 | 0.54 | 0.53 |
| Hex | B9 | C7 | 45 | 7 | 0 | 41 | 16 | 42 | 36 | 35 |
| Octal | 271 | 307 | 105 | 7 | 0 | 101 | 26 | 102 | 66 | 65 |
| Binary | 10111001 | 11000111 | 1000101 | 111 | 0 | 1000001 | 10110 | 1000010 | 110110 | 110101 |
Color Harmonies of #B9C745
Complementary color
Monochromatic Colors of #B9C745
Black with #B9C745
Text Example
Text Example
White with #B9C745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C745; }
p { color: rgb(185,199,69); }
H1.HeaderClassName
{
color: #B9C745;
}
.AnyTagClassName
{
color: #B9C745;
}
</style>
background-color css
<style>
a { background-color: #B9C745; }
a { background-color: rgb(185,199,69); }
div.DivClassName
{
background-color: #B9C745;
}
.BgClassName
{
background-color: #B9C745;
}
</style>
border-color css
<style>
span { border-color: #B9C745; }
span { border-color: rgb(185,199,69); }
td.TdClassName
{
border-color: #B9C745;
}
.TagClassName
{
border-color: #B9C745;
}
</style>