Shades of Celery #B0C03B
Tints of Celery #B0C03B
RGB
CMYK
RGB Variations
Color information
#B0C03B (or 0xB0C03B) is known color: Celery. HEX triplet: B0, C0 and 3B. RGB value is (176,192,59). Sum of RGB (Red+Green+Blue) = 176+192+59=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C03B is #4F3FC4. Grayscale: #ACACAC. Windows color (decimal): -5193669 or 3915952. OLE color: 3915952.
HSL color Cylindrical-coordinate representation of color #B0C03B: hue angle of 67.22º 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 #B0C03B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 59 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.25 |
| HSL | 67.22º | 0.53% | 0.49% | - |
| HSV(B) | 67.22º | 0.69% | 0.75% | - |
| XYZ | 37.54 | 47.25 | 11.28 | - |
| YUV | 172.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 59 | 0.08 | 0 | 0.69 | 0.25 | 67.22 | 0.53 | 0.49 |
| Hex | B0 | C0 | 3B | 8 | 0 | 45 | 19 | 43 | 35 | 31 |
| Octal | 260 | 300 | 73 | 10 | 0 | 105 | 31 | 103 | 65 | 61 |
| Binary | 10110000 | 11000000 | 111011 | 1000 | 0 | 1000101 | 11001 | 1000011 | 110101 | 110001 |
Color Harmonies of #B0C03B
Complementary color
Monochromatic Colors of #B0C03B
Black with #B0C03B
Text Example
Text Example
White with #B0C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C03B; }
p { color: rgb(176,192,59); }
H1.HeaderClassName
{
color: #B0C03B;
}
.AnyTagClassName
{
color: #B0C03B;
}
</style>
background-color css
<style>
a { background-color: #B0C03B; }
a { background-color: rgb(176,192,59); }
div.DivClassName
{
background-color: #B0C03B;
}
.BgClassName
{
background-color: #B0C03B;
}
</style>
border-color css
<style>
span { border-color: #B0C03B; }
span { border-color: rgb(176,192,59); }
td.TdClassName
{
border-color: #B0C03B;
}
.TagClassName
{
border-color: #B0C03B;
}
</style>