Shades of Celery #B2C152
Tints of Celery #B2C152
RGB
CMYK
RGB Variations
Color information
#B2C152 (or 0xB2C152) is known color: Celery. HEX triplet: B2, C1 and 52. RGB value is (178,193,82). Sum of RGB (Red+Green+Blue) = 178+193+82=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C152 is #4D3EAD. Grayscale: #B0B0B0. Windows color (decimal): -5062318 or 5423538. OLE color: 5423538.
HSL color Cylindrical-coordinate representation of color #B2C152: hue angle of 68.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C152 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 82 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.24 |
| HSL | 68.11º | 0.47% | 0.54% | - |
| HSV(B) | 68.11º | 0.58% | 0.76% | - |
| XYZ | 38.95 | 48.21 | 15.24 | - |
| YUV | 175.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 82 | 0.08 | 0 | 0.58 | 0.24 | 68.11 | 0.47 | 0.54 |
| Hex | B2 | C1 | 52 | 8 | 0 | 3A | 18 | 44 | 2F | 36 |
| Octal | 262 | 301 | 122 | 10 | 0 | 72 | 30 | 104 | 57 | 66 |
| Binary | 10110010 | 11000001 | 1010010 | 1000 | 0 | 111010 | 11000 | 1000100 | 101111 | 110110 |
Color Harmonies of #B2C152
Complementary color
Monochromatic Colors of #B2C152
Black with #B2C152
Text Example
Text Example
White with #B2C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C152; }
p { color: rgb(178,193,82); }
H1.HeaderClassName
{
color: #B2C152;
}
.AnyTagClassName
{
color: #B2C152;
}
</style>
background-color css
<style>
a { background-color: #B2C152; }
a { background-color: rgb(178,193,82); }
div.DivClassName
{
background-color: #B2C152;
}
.BgClassName
{
background-color: #B2C152;
}
</style>
border-color css
<style>
span { border-color: #B2C152; }
span { border-color: rgb(178,193,82); }
td.TdClassName
{
border-color: #B2C152;
}
.TagClassName
{
border-color: #B2C152;
}
</style>