Shades of Celery #B2C03C
Tints of Celery #B2C03C
RGB
CMYK
RGB Variations
Color information
#B2C03C (or 0xB2C03C) is known color: Celery. HEX triplet: B2, C0 and 3C. RGB value is (178,192,60). Sum of RGB (Red+Green+Blue) = 178+192+60=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C03C is #4D3FC3. Grayscale: #ADADAD. Windows color (decimal): -5062596 or 3981490. OLE color: 3981490.
HSL color Cylindrical-coordinate representation of color #B2C03C: hue angle of 66.36º 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 #B2C03C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 60 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.25 |
| HSL | 66.36º | 0.52% | 0.49% | - |
| HSV(B) | 66.36º | 0.69% | 0.75% | - |
| XYZ | 38.03 | 47.49 | 11.44 | - |
| YUV | 172.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 60 | 0.07 | 0 | 0.69 | 0.25 | 66.36 | 0.52 | 0.49 |
| Hex | B2 | C0 | 3C | 7 | 0 | 45 | 19 | 42 | 34 | 31 |
| Octal | 262 | 300 | 74 | 7 | 0 | 105 | 31 | 102 | 64 | 61 |
| Binary | 10110010 | 11000000 | 111100 | 111 | 0 | 1000101 | 11001 | 1000010 | 110100 | 110001 |
Color Harmonies of #B2C03C
Complementary color
Monochromatic Colors of #B2C03C
Black with #B2C03C
Text Example
Text Example
White with #B2C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C03C; }
p { color: rgb(178,192,60); }
H1.HeaderClassName
{
color: #B2C03C;
}
.AnyTagClassName
{
color: #B2C03C;
}
</style>
background-color css
<style>
a { background-color: #B2C03C; }
a { background-color: rgb(178,192,60); }
div.DivClassName
{
background-color: #B2C03C;
}
.BgClassName
{
background-color: #B2C03C;
}
</style>
border-color css
<style>
span { border-color: #B2C03C; }
span { border-color: rgb(178,192,60); }
td.TdClassName
{
border-color: #B2C03C;
}
.TagClassName
{
border-color: #B2C03C;
}
</style>