Shades of Celery #B2B742
Tints of Celery #B2B742
RGB
CMYK
RGB Variations
Color information
#B2B742 (or 0xB2B742) is known color: Celery. HEX triplet: B2, B7 and 42. RGB value is (178,183,66). Sum of RGB (Red+Green+Blue) = 178+183+66=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B742 is #4D48BD. Grayscale: #A8A8A8. Windows color (decimal): -5064894 or 4372402. OLE color: 4372402.
HSL color Cylindrical-coordinate representation of color #B2B742: hue angle of 62.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2B742 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 66 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.28 |
| HSL | 62.56º | 0.47% | 0.49% | - |
| HSV(B) | 62.56º | 0.64% | 0.72% | - |
| XYZ | 36.28 | 43.73 | 11.68 | - |
| YUV | 168.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 66 | 0.03 | 0 | 0.64 | 0.28 | 62.56 | 0.47 | 0.49 |
| Hex | B2 | B7 | 42 | 3 | 0 | 40 | 1C | 3F | 2F | 31 |
| Octal | 262 | 267 | 102 | 3 | 0 | 100 | 34 | 77 | 57 | 61 |
| Binary | 10110010 | 10110111 | 1000010 | 11 | 0 | 1000000 | 11100 | 111111 | 101111 | 110001 |
Color Harmonies of #B2B742
Complementary color
Monochromatic Colors of #B2B742
Black with #B2B742
Text Example
Text Example
White with #B2B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B742; }
p { color: rgb(178,183,66); }
H1.HeaderClassName
{
color: #B2B742;
}
.AnyTagClassName
{
color: #B2B742;
}
</style>
background-color css
<style>
a { background-color: #B2B742; }
a { background-color: rgb(178,183,66); }
div.DivClassName
{
background-color: #B2B742;
}
.BgClassName
{
background-color: #B2B742;
}
</style>
border-color css
<style>
span { border-color: #B2B742; }
span { border-color: rgb(178,183,66); }
td.TdClassName
{
border-color: #B2B742;
}
.TagClassName
{
border-color: #B2B742;
}
</style>