Shades of Celery #B2C338
Tints of Celery #B2C338
RGB
CMYK
RGB Variations
Color information
#B2C338 (or 0xB2C338) is known color: Celery. HEX triplet: B2, C3 and 38. RGB value is (178,195,56). Sum of RGB (Red+Green+Blue) = 178+195+56=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C338 is #4D3CC7. Grayscale: #AEAEAE. Windows color (decimal): -5061832 or 3720114. OLE color: 3720114.
HSL color Cylindrical-coordinate representation of color #B2C338: hue angle of 67.34º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2C338 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 56 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.24 |
| HSL | 67.34º | 0.55% | 0.49% | - |
| HSV(B) | 67.34º | 0.71% | 0.76% | - |
| XYZ | 38.59 | 48.78 | 11.12 | - |
| YUV | 174.07 | 61.37 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 56 | 0.09 | 0 | 0.71 | 0.24 | 67.34 | 0.55 | 0.49 |
| Hex | B2 | C3 | 38 | 9 | 0 | 47 | 18 | 43 | 37 | 31 |
| Octal | 262 | 303 | 70 | 11 | 0 | 107 | 30 | 103 | 67 | 61 |
| Binary | 10110010 | 11000011 | 111000 | 1001 | 0 | 1000111 | 11000 | 1000011 | 110111 | 110001 |
Color Harmonies of #B2C338
Complementary color
Monochromatic Colors of #B2C338
Black with #B2C338
Text Example
Text Example
White with #B2C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C338; }
p { color: rgb(178,195,56); }
H1.HeaderClassName
{
color: #B2C338;
}
.AnyTagClassName
{
color: #B2C338;
}
</style>
background-color css
<style>
a { background-color: #B2C338; }
a { background-color: rgb(178,195,56); }
div.DivClassName
{
background-color: #B2C338;
}
.BgClassName
{
background-color: #B2C338;
}
</style>
border-color css
<style>
span { border-color: #B2C338; }
span { border-color: rgb(178,195,56); }
td.TdClassName
{
border-color: #B2C338;
}
.TagClassName
{
border-color: #B2C338;
}
</style>