Shades of Celery #B9C03C
Tints of Celery #B9C03C
RGB
CMYK
RGB Variations
Color information
#B9C03C (or 0xB9C03C) is known color: Celery. HEX triplet: B9, C0 and 3C. RGB value is (185,192,60). Sum of RGB (Red+Green+Blue) = 185+192+60=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C03C is #463FC3. Grayscale: #AFAFAF. Windows color (decimal): -4603844 or 3981497. OLE color: 3981497.
HSL color Cylindrical-coordinate representation of color #B9C03C: hue angle of 63.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9C03C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 60 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.25 |
| HSL | 63.18º | 0.52% | 0.49% | - |
| HSV(B) | 63.18º | 0.69% | 0.75% | - |
| XYZ | 39.67 | 48.34 | 11.51 | - |
| YUV | 174.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 60 | 0.04 | 0 | 0.69 | 0.25 | 63.18 | 0.52 | 0.49 |
| Hex | B9 | C0 | 3C | 4 | 0 | 45 | 19 | 3F | 34 | 31 |
| Octal | 271 | 300 | 74 | 4 | 0 | 105 | 31 | 77 | 64 | 61 |
| Binary | 10111001 | 11000000 | 111100 | 100 | 0 | 1000101 | 11001 | 111111 | 110100 | 110001 |
Color Harmonies of #B9C03C
Complementary color
Monochromatic Colors of #B9C03C
Black with #B9C03C
Text Example
Text Example
White with #B9C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C03C; }
p { color: rgb(185,192,60); }
H1.HeaderClassName
{
color: #B9C03C;
}
.AnyTagClassName
{
color: #B9C03C;
}
</style>
background-color css
<style>
a { background-color: #B9C03C; }
a { background-color: rgb(185,192,60); }
div.DivClassName
{
background-color: #B9C03C;
}
.BgClassName
{
background-color: #B9C03C;
}
</style>
border-color css
<style>
span { border-color: #B9C03C; }
span { border-color: rgb(185,192,60); }
td.TdClassName
{
border-color: #B9C03C;
}
.TagClassName
{
border-color: #B9C03C;
}
</style>