Shades of Celery #B9CC47
Tints of Celery #B9CC47
RGB
CMYK
RGB Variations
Color information
#B9CC47 (or 0xB9CC47) is known color: Celery. HEX triplet: B9, CC and 47. RGB value is (185,204,71). Sum of RGB (Red+Green+Blue) = 185+204+71=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC47 is #4633B8. Grayscale: #B7B7B7. Windows color (decimal): -4600761 or 4705465. OLE color: 4705465.
HSL color Cylindrical-coordinate representation of color #B9CC47: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9CC47 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 71 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.2 |
| HSL | 68.57º | 0.57% | 0.54% | - |
| HSV(B) | 68.57º | 0.65% | 0.8% | - |
| XYZ | 42.74 | 53.95 | 14.12 | - |
| YUV | 183.16 | 64.71 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 71 | 0.09 | 0 | 0.65 | 0.2 | 68.57 | 0.57 | 0.54 |
| Hex | B9 | CC | 47 | 9 | 0 | 41 | 14 | 45 | 39 | 36 |
| Octal | 271 | 314 | 107 | 11 | 0 | 101 | 24 | 105 | 71 | 66 |
| Binary | 10111001 | 11001100 | 1000111 | 1001 | 0 | 1000001 | 10100 | 1000101 | 111001 | 110110 |
Color Harmonies of #B9CC47
Complementary color
Monochromatic Colors of #B9CC47
Black with #B9CC47
Text Example
Text Example
White with #B9CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC47; }
p { color: rgb(185,204,71); }
H1.HeaderClassName
{
color: #B9CC47;
}
.AnyTagClassName
{
color: #B9CC47;
}
</style>
background-color css
<style>
a { background-color: #B9CC47; }
a { background-color: rgb(185,204,71); }
div.DivClassName
{
background-color: #B9CC47;
}
.BgClassName
{
background-color: #B9CC47;
}
</style>
border-color css
<style>
span { border-color: #B9CC47; }
span { border-color: rgb(185,204,71); }
td.TdClassName
{
border-color: #B9CC47;
}
.TagClassName
{
border-color: #B9CC47;
}
</style>