Shades of Celery #B2B24B
Tints of Celery #B2B24B
RGB
CMYK
RGB Variations
Color information
#B2B24B (or 0xB2B24B) is known color: Celery. HEX triplet: B2, B2 and 4B. RGB value is (178,178,75). Sum of RGB (Red+Green+Blue) = 178+178+75=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2B24B is #4D4DB4. Grayscale: #A6A6A6. Windows color (decimal): -5066165 or 4960946. OLE color: 4960946.
HSL color Cylindrical-coordinate representation of color #B2B24B: hue angle of 60º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2B24B is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 75 | - |
| CMYK | 0 | 0 | 0.58 | 0.30 |
| HSL | 60º | 0.41% | 0.5% | - |
| HSV(B) | 60º | 0.58% | 0.7% | - |
| XYZ | 35.55 | 41.81 | 12.85 | - |
| YUV | 166.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 75 | 0 | 0 | 0.58 | 0.30 | 60 | 0.41 | 0.5 |
| Hex | B2 | B2 | 4B | 0 | 0 | 3A | 1E | 3C | 29 | 32 |
| Octal | 262 | 262 | 113 | 0 | 0 | 72 | 36 | 74 | 51 | 62 |
| Binary | 10110010 | 10110010 | 1001011 | 0 | 0 | 111010 | 11110 | 111100 | 101001 | 110010 |
Color Harmonies of #B2B24B
Complementary color
Monochromatic Colors of #B2B24B
Black with #B2B24B
Text Example
Text Example
White with #B2B24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B24B; }
p { color: rgb(178,178,75); }
H1.HeaderClassName
{
color: #B2B24B;
}
.AnyTagClassName
{
color: #B2B24B;
}
</style>
background-color css
<style>
a { background-color: #B2B24B; }
a { background-color: rgb(178,178,75); }
div.DivClassName
{
background-color: #B2B24B;
}
.BgClassName
{
background-color: #B2B24B;
}
</style>
border-color css
<style>
span { border-color: #B2B24B; }
span { border-color: rgb(178,178,75); }
td.TdClassName
{
border-color: #B2B24B;
}
.TagClassName
{
border-color: #B2B24B;
}
</style>