Shades of Celery #B9C93F
Tints of Celery #B9C93F
RGB
CMYK
RGB Variations
Color information
#B9C93F (or 0xB9C93F) is known color: Celery. HEX triplet: B9, C9 and 3F. RGB value is (185,201,63). Sum of RGB (Red+Green+Blue) = 185+201+63=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C93F is #4636C0. Grayscale: #B5B5B5. Windows color (decimal): -4601537 or 4180409. OLE color: 4180409.
HSL color Cylindrical-coordinate representation of color #B9C93F: hue angle of 66.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9C93F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 63 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.21 |
| HSL | 66.96º | 0.56% | 0.52% | - |
| HSV(B) | 66.96º | 0.69% | 0.79% | - |
| XYZ | 41.79 | 52.45 | 12.62 | - |
| YUV | 180.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 63 | 0.08 | 0 | 0.69 | 0.21 | 66.96 | 0.56 | 0.52 |
| Hex | B9 | C9 | 3F | 8 | 0 | 45 | 15 | 43 | 38 | 34 |
| Octal | 271 | 311 | 77 | 10 | 0 | 105 | 25 | 103 | 70 | 64 |
| Binary | 10111001 | 11001001 | 111111 | 1000 | 0 | 1000101 | 10101 | 1000011 | 111000 | 110100 |
Color Harmonies of #B9C93F
Complementary color
Monochromatic Colors of #B9C93F
Black with #B9C93F
Text Example
Text Example
White with #B9C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C93F; }
p { color: rgb(185,201,63); }
H1.HeaderClassName
{
color: #B9C93F;
}
.AnyTagClassName
{
color: #B9C93F;
}
</style>
background-color css
<style>
a { background-color: #B9C93F; }
a { background-color: rgb(185,201,63); }
div.DivClassName
{
background-color: #B9C93F;
}
.BgClassName
{
background-color: #B9C93F;
}
</style>
border-color css
<style>
span { border-color: #B9C93F; }
span { border-color: rgb(185,201,63); }
td.TdClassName
{
border-color: #B9C93F;
}
.TagClassName
{
border-color: #B9C93F;
}
</style>