Shades of Celery #B7CC50
Tints of Celery #B7CC50
RGB
CMYK
RGB Variations
Color information
#B7CC50 (or 0xB7CC50) is known color: Celery. HEX triplet: B7, CC and 50. RGB value is (183,204,80). Sum of RGB (Red+Green+Blue) = 183+204+80=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC50 is #4833AF. Grayscale: #B8B8B8. Windows color (decimal): -4731824 or 5295287. OLE color: 5295287.
HSL color Cylindrical-coordinate representation of color #B7CC50: hue angle of 70.16º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7CC50 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 80 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.2 |
| HSL | 70.16º | 0.55% | 0.56% | - |
| HSV(B) | 70.16º | 0.61% | 0.8% | - |
| XYZ | 42.57 | 53.83 | 15.74 | - |
| YUV | 183.59 | 69.54 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 80 | 0.10 | 0 | 0.61 | 0.2 | 70.16 | 0.55 | 0.56 |
| Hex | B7 | CC | 50 | A | 0 | 3D | 14 | 46 | 37 | 38 |
| Octal | 267 | 314 | 120 | 12 | 0 | 75 | 24 | 106 | 67 | 70 |
| Binary | 10110111 | 11001100 | 1010000 | 1010 | 0 | 111101 | 10100 | 1000110 | 110111 | 111000 |
Color Harmonies of #B7CC50
Complementary color
Monochromatic Colors of #B7CC50
Black with #B7CC50
Text Example
Text Example
White with #B7CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC50; }
p { color: rgb(183,204,80); }
H1.HeaderClassName
{
color: #B7CC50;
}
.AnyTagClassName
{
color: #B7CC50;
}
</style>
background-color css
<style>
a { background-color: #B7CC50; }
a { background-color: rgb(183,204,80); }
div.DivClassName
{
background-color: #B7CC50;
}
.BgClassName
{
background-color: #B7CC50;
}
</style>
border-color css
<style>
span { border-color: #B7CC50; }
span { border-color: rgb(183,204,80); }
td.TdClassName
{
border-color: #B7CC50;
}
.TagClassName
{
border-color: #B7CC50;
}
</style>