Shades of Celery #B2C344
Tints of Celery #B2C344
RGB
CMYK
RGB Variations
Color information
#B2C344 (or 0xB2C344) is known color: Celery. HEX triplet: B2, C3 and 44. RGB value is (178,195,68). Sum of RGB (Red+Green+Blue) = 178+195+68=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C344 is #4D3CBB. Grayscale: #AFAFAF. Windows color (decimal): -5061820 or 4506546. OLE color: 4506546.
HSL color Cylindrical-coordinate representation of color #B2C344: hue angle of 68.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2C344 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 68 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.24 |
| HSL | 68.03º | 0.51% | 0.52% | - |
| HSV(B) | 68.03º | 0.65% | 0.76% | - |
| XYZ | 38.92 | 48.91 | 12.86 | - |
| YUV | 175.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 68 | 0.09 | 0 | 0.65 | 0.24 | 68.03 | 0.51 | 0.52 |
| Hex | B2 | C3 | 44 | 9 | 0 | 41 | 18 | 44 | 33 | 34 |
| Octal | 262 | 303 | 104 | 11 | 0 | 101 | 30 | 104 | 63 | 64 |
| Binary | 10110010 | 11000011 | 1000100 | 1001 | 0 | 1000001 | 11000 | 1000100 | 110011 | 110100 |
Color Harmonies of #B2C344
Complementary color
Monochromatic Colors of #B2C344
Black with #B2C344
Text Example
Text Example
White with #B2C344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C344; }
p { color: rgb(178,195,68); }
H1.HeaderClassName
{
color: #B2C344;
}
.AnyTagClassName
{
color: #B2C344;
}
</style>
background-color css
<style>
a { background-color: #B2C344; }
a { background-color: rgb(178,195,68); }
div.DivClassName
{
background-color: #B2C344;
}
.BgClassName
{
background-color: #B2C344;
}
</style>
border-color css
<style>
span { border-color: #B2C344; }
span { border-color: rgb(178,195,68); }
td.TdClassName
{
border-color: #B2C344;
}
.TagClassName
{
border-color: #B2C344;
}
</style>