Shades of Celery #B9CC48
Tints of Celery #B9CC48
RGB
CMYK
RGB Variations
Color information
#B9CC48 (or 0xB9CC48) is known color: Celery. HEX triplet: B9, CC and 48. RGB value is (185,204,72). Sum of RGB (Red+Green+Blue) = 185+204+72=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC48 is #4633B7. Grayscale: #B7B7B7. Windows color (decimal): -4600760 or 4771001. OLE color: 4771001.
HSL color Cylindrical-coordinate representation of color #B9CC48: hue angle of 68.64º degrees, saturation: 0.56, 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 #B9CC48 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 72 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.2 |
| HSL | 68.64º | 0.56% | 0.54% | - |
| HSV(B) | 68.64º | 0.65% | 0.8% | - |
| XYZ | 42.77 | 53.97 | 14.29 | - |
| YUV | 183.27 | 65.21 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 72 | 0.09 | 0 | 0.65 | 0.2 | 68.64 | 0.56 | 0.54 |
| Hex | B9 | CC | 48 | 9 | 0 | 41 | 14 | 45 | 38 | 36 |
| Octal | 271 | 314 | 110 | 11 | 0 | 101 | 24 | 105 | 70 | 66 |
| Binary | 10111001 | 11001100 | 1001000 | 1001 | 0 | 1000001 | 10100 | 1000101 | 111000 | 110110 |
Color Harmonies of #B9CC48
Complementary color
Monochromatic Colors of #B9CC48
Black with #B9CC48
Text Example
Text Example
White with #B9CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC48; }
p { color: rgb(185,204,72); }
H1.HeaderClassName
{
color: #B9CC48;
}
.AnyTagClassName
{
color: #B9CC48;
}
</style>
background-color css
<style>
a { background-color: #B9CC48; }
a { background-color: rgb(185,204,72); }
div.DivClassName
{
background-color: #B9CC48;
}
.BgClassName
{
background-color: #B9CC48;
}
</style>
border-color css
<style>
span { border-color: #B9CC48; }
span { border-color: rgb(185,204,72); }
td.TdClassName
{
border-color: #B9CC48;
}
.TagClassName
{
border-color: #B9CC48;
}
</style>