Shades of Celery #B2C03B
Tints of Celery #B2C03B
RGB
CMYK
RGB Variations
Color information
#B2C03B (or 0xB2C03B) is known color: Celery. HEX triplet: B2, C0 and 3B. RGB value is (178,192,59). Sum of RGB (Red+Green+Blue) = 178+192+59=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C03B is #4D3FC4. Grayscale: #ADADAD. Windows color (decimal): -5062597 or 3915954. OLE color: 3915954.
HSL color Cylindrical-coordinate representation of color #B2C03B: hue angle of 66.32º 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 #B2C03B is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 59 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.25 |
| HSL | 66.32º | 0.53% | 0.49% | - |
| HSV(B) | 66.32º | 0.69% | 0.75% | - |
| XYZ | 38 | 47.48 | 11.3 | - |
| YUV | 172.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 59 | 0.07 | 0 | 0.69 | 0.25 | 66.32 | 0.53 | 0.49 |
| Hex | B2 | C0 | 3B | 7 | 0 | 45 | 19 | 42 | 35 | 31 |
| Octal | 262 | 300 | 73 | 7 | 0 | 105 | 31 | 102 | 65 | 61 |
| Binary | 10110010 | 11000000 | 111011 | 111 | 0 | 1000101 | 11001 | 1000010 | 110101 | 110001 |
Color Harmonies of #B2C03B
Complementary color
Monochromatic Colors of #B2C03B
Black with #B2C03B
Text Example
Text Example
White with #B2C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C03B; }
p { color: rgb(178,192,59); }
H1.HeaderClassName
{
color: #B2C03B;
}
.AnyTagClassName
{
color: #B2C03B;
}
</style>
background-color css
<style>
a { background-color: #B2C03B; }
a { background-color: rgb(178,192,59); }
div.DivClassName
{
background-color: #B2C03B;
}
.BgClassName
{
background-color: #B2C03B;
}
</style>
border-color css
<style>
span { border-color: #B2C03B; }
span { border-color: rgb(178,192,59); }
td.TdClassName
{
border-color: #B2C03B;
}
.TagClassName
{
border-color: #B2C03B;
}
</style>