Shades of Celery #B6CB3C
Tints of Celery #B6CB3C
RGB
CMYK
RGB Variations
Color information
#B6CB3C (or 0xB6CB3C) is known color: Celery. HEX triplet: B6, CB and 3C. RGB value is (182,203,60). Sum of RGB (Red+Green+Blue) = 182+203+60=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CB3C is #4934C3. Grayscale: #B4B4B4. Windows color (decimal): -4797636 or 3984310. OLE color: 3984310.
HSL color Cylindrical-coordinate representation of color #B6CB3C: hue angle of 68.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6CB3C is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 60 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.20 |
| HSL | 68.81º | 0.58% | 0.52% | - |
| HSV(B) | 68.81º | 0.7% | 0.8% | - |
| XYZ | 41.46 | 52.98 | 12.32 | - |
| YUV | 180.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 60 | 0.10 | 0 | 0.70 | 0.20 | 68.81 | 0.58 | 0.52 |
| Hex | B6 | CB | 3C | A | 0 | 46 | 14 | 45 | 3A | 34 |
| Octal | 266 | 313 | 74 | 12 | 0 | 106 | 24 | 105 | 72 | 64 |
| Binary | 10110110 | 11001011 | 111100 | 1010 | 0 | 1000110 | 10100 | 1000101 | 111010 | 110100 |
Color Harmonies of #B6CB3C
Complementary color
Monochromatic Colors of #B6CB3C
Black with #B6CB3C
Text Example
Text Example
White with #B6CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CB3C; }
p { color: rgb(182,203,60); }
H1.HeaderClassName
{
color: #B6CB3C;
}
.AnyTagClassName
{
color: #B6CB3C;
}
</style>
background-color css
<style>
a { background-color: #B6CB3C; }
a { background-color: rgb(182,203,60); }
div.DivClassName
{
background-color: #B6CB3C;
}
.BgClassName
{
background-color: #B6CB3C;
}
</style>
border-color css
<style>
span { border-color: #B6CB3C; }
span { border-color: rgb(182,203,60); }
td.TdClassName
{
border-color: #B6CB3C;
}
.TagClassName
{
border-color: #B6CB3C;
}
</style>