Shades of Celery #B7CC42
Tints of Celery #B7CC42
RGB
CMYK
RGB Variations
Color information
#B7CC42 (or 0xB7CC42) is known color: Celery. HEX triplet: B7, CC and 42. RGB value is (183,204,66). Sum of RGB (Red+Green+Blue) = 183+204+66=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CC42 is #4833BD. Grayscale: #B6B6B6. Windows color (decimal): -4731838 or 4377783. OLE color: 4377783.
HSL color Cylindrical-coordinate representation of color #B7CC42: hue angle of 69.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7CC42 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 66 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.2 |
| HSL | 69.13º | 0.58% | 0.53% | - |
| HSV(B) | 69.13º | 0.68% | 0.8% | - |
| XYZ | 42.1 | 53.65 | 13.29 | - |
| YUV | 181.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 66 | 0.10 | 0 | 0.68 | 0.2 | 69.13 | 0.58 | 0.53 |
| Hex | B7 | CC | 42 | A | 0 | 44 | 14 | 45 | 3A | 35 |
| Octal | 267 | 314 | 102 | 12 | 0 | 104 | 24 | 105 | 72 | 65 |
| Binary | 10110111 | 11001100 | 1000010 | 1010 | 0 | 1000100 | 10100 | 1000101 | 111010 | 110101 |
Color Harmonies of #B7CC42
Complementary color
Monochromatic Colors of #B7CC42
Black with #B7CC42
Text Example
Text Example
White with #B7CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC42; }
p { color: rgb(183,204,66); }
H1.HeaderClassName
{
color: #B7CC42;
}
.AnyTagClassName
{
color: #B7CC42;
}
</style>
background-color css
<style>
a { background-color: #B7CC42; }
a { background-color: rgb(183,204,66); }
div.DivClassName
{
background-color: #B7CC42;
}
.BgClassName
{
background-color: #B7CC42;
}
</style>
border-color css
<style>
span { border-color: #B7CC42; }
span { border-color: rgb(183,204,66); }
td.TdClassName
{
border-color: #B7CC42;
}
.TagClassName
{
border-color: #B7CC42;
}
</style>