Shades of Celery #B2C33C
Tints of Celery #B2C33C
RGB
CMYK
RGB Variations
Color information
#B2C33C (or 0xB2C33C) is known color: Celery. HEX triplet: B2, C3 and 3C. RGB value is (178,195,60). Sum of RGB (Red+Green+Blue) = 178+195+60=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C33C is #4D3CC3. Grayscale: #AFAFAF. Windows color (decimal): -5061828 or 3982258. OLE color: 3982258.
HSL color Cylindrical-coordinate representation of color #B2C33C: hue angle of 67.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2C33C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 60 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.24 |
| HSL | 67.56º | 0.53% | 0.5% | - |
| HSV(B) | 67.56º | 0.69% | 0.76% | - |
| XYZ | 38.69 | 48.82 | 11.66 | - |
| YUV | 174.53 | 63.37 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 60 | 0.09 | 0 | 0.69 | 0.24 | 67.56 | 0.53 | 0.5 |
| Hex | B2 | C3 | 3C | 9 | 0 | 45 | 18 | 44 | 35 | 32 |
| Octal | 262 | 303 | 74 | 11 | 0 | 105 | 30 | 104 | 65 | 62 |
| Binary | 10110010 | 11000011 | 111100 | 1001 | 0 | 1000101 | 11000 | 1000100 | 110101 | 110010 |
Color Harmonies of #B2C33C
Complementary color
Monochromatic Colors of #B2C33C
Black with #B2C33C
Text Example
Text Example
White with #B2C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C33C; }
p { color: rgb(178,195,60); }
H1.HeaderClassName
{
color: #B2C33C;
}
.AnyTagClassName
{
color: #B2C33C;
}
</style>
background-color css
<style>
a { background-color: #B2C33C; }
a { background-color: rgb(178,195,60); }
div.DivClassName
{
background-color: #B2C33C;
}
.BgClassName
{
background-color: #B2C33C;
}
</style>
border-color css
<style>
span { border-color: #B2C33C; }
span { border-color: rgb(178,195,60); }
td.TdClassName
{
border-color: #B2C33C;
}
.TagClassName
{
border-color: #B2C33C;
}
</style>