Shades of Celery #B3C03B
Tints of Celery #B3C03B
RGB
CMYK
RGB Variations
Color information
#B3C03B (or 0xB3C03B) is known color: Celery. HEX triplet: B3, C0 and 3B. RGB value is (179,192,59). Sum of RGB (Red+Green+Blue) = 179+192+59=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C03B is #4C3FC4. Grayscale: #ADADAD. Windows color (decimal): -4997061 or 3915955. OLE color: 3915955.
HSL color Cylindrical-coordinate representation of color #B3C03B: hue angle of 65.86º degrees, saturation: 0.53, 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 #B3C03B is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 59 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.25 |
| HSL | 65.86º | 0.53% | 0.49% | - |
| HSV(B) | 65.86º | 0.69% | 0.75% | - |
| XYZ | 38.23 | 47.6 | 11.31 | - |
| YUV | 172.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 59 | 0.07 | 0 | 0.69 | 0.25 | 65.86 | 0.53 | 0.49 |
| Hex | B3 | C0 | 3B | 7 | 0 | 45 | 19 | 42 | 35 | 31 |
| Octal | 263 | 300 | 73 | 7 | 0 | 105 | 31 | 102 | 65 | 61 |
| Binary | 10110011 | 11000000 | 111011 | 111 | 0 | 1000101 | 11001 | 1000010 | 110101 | 110001 |
Color Harmonies of #B3C03B
Complementary color
Monochromatic Colors of #B3C03B
Black with #B3C03B
Text Example
Text Example
White with #B3C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C03B; }
p { color: rgb(179,192,59); }
H1.HeaderClassName
{
color: #B3C03B;
}
.AnyTagClassName
{
color: #B3C03B;
}
</style>
background-color css
<style>
a { background-color: #B3C03B; }
a { background-color: rgb(179,192,59); }
div.DivClassName
{
background-color: #B3C03B;
}
.BgClassName
{
background-color: #B3C03B;
}
</style>
border-color css
<style>
span { border-color: #B3C03B; }
span { border-color: rgb(179,192,59); }
td.TdClassName
{
border-color: #B3C03B;
}
.TagClassName
{
border-color: #B3C03B;
}
</style>