Shades of Celery #B3B942
Tints of Celery #B3B942
RGB
CMYK
RGB Variations
Color information
#B3B942 (or 0xB3B942) is known color: Celery. HEX triplet: B3, B9 and 42. RGB value is (179,185,66). Sum of RGB (Red+Green+Blue) = 179+185+66=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B942 is #4C46BD. Grayscale: #AAAAAA. Windows color (decimal): -4998846 or 4372915. OLE color: 4372915.
HSL color Cylindrical-coordinate representation of color #B3B942: hue angle of 63.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3B942 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 66 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.27 |
| HSL | 63.03º | 0.47% | 0.49% | - |
| HSV(B) | 63.03º | 0.64% | 0.73% | - |
| XYZ | 36.92 | 44.67 | 11.83 | - |
| YUV | 169.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 66 | 0.03 | 0 | 0.64 | 0.27 | 63.03 | 0.47 | 0.49 |
| Hex | B3 | B9 | 42 | 3 | 0 | 40 | 1B | 3F | 2F | 31 |
| Octal | 263 | 271 | 102 | 3 | 0 | 100 | 33 | 77 | 57 | 61 |
| Binary | 10110011 | 10111001 | 1000010 | 11 | 0 | 1000000 | 11011 | 111111 | 101111 | 110001 |
Color Harmonies of #B3B942
Complementary color
Monochromatic Colors of #B3B942
Black with #B3B942
Text Example
Text Example
White with #B3B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B942; }
p { color: rgb(179,185,66); }
H1.HeaderClassName
{
color: #B3B942;
}
.AnyTagClassName
{
color: #B3B942;
}
</style>
background-color css
<style>
a { background-color: #B3B942; }
a { background-color: rgb(179,185,66); }
div.DivClassName
{
background-color: #B3B942;
}
.BgClassName
{
background-color: #B3B942;
}
</style>
border-color css
<style>
span { border-color: #B3B942; }
span { border-color: rgb(179,185,66); }
td.TdClassName
{
border-color: #B3B942;
}
.TagClassName
{
border-color: #B3B942;
}
</style>