Shades of Celery #B6CC3C
Tints of Celery #B6CC3C
RGB
CMYK
RGB Variations
Color information
#B6CC3C (or 0xB6CC3C) is known color: Celery. HEX triplet: B6, CC and 3C. RGB value is (182,204,60). Sum of RGB (Red+Green+Blue) = 182+204+60=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC3C is #4933C3. Grayscale: #B5B5B5. Windows color (decimal): -4797380 or 3984566. OLE color: 3984566.
HSL color Cylindrical-coordinate representation of color #B6CC3C: hue angle of 69.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6CC3C is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 60 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.2 |
| HSL | 69.17º | 0.59% | 0.52% | - |
| HSV(B) | 69.17º | 0.71% | 0.8% | - |
| XYZ | 41.7 | 53.46 | 12.4 | - |
| YUV | 181.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 60 | 0.11 | 0 | 0.71 | 0.2 | 69.17 | 0.59 | 0.52 |
| Hex | B6 | CC | 3C | B | 0 | 47 | 14 | 45 | 3B | 34 |
| Octal | 266 | 314 | 74 | 13 | 0 | 107 | 24 | 105 | 73 | 64 |
| Binary | 10110110 | 11001100 | 111100 | 1011 | 0 | 1000111 | 10100 | 1000101 | 111011 | 110100 |
Color Harmonies of #B6CC3C
Complementary color
Monochromatic Colors of #B6CC3C
Black with #B6CC3C
Text Example
Text Example
White with #B6CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CC3C; }
p { color: rgb(182,204,60); }
H1.HeaderClassName
{
color: #B6CC3C;
}
.AnyTagClassName
{
color: #B6CC3C;
}
</style>
background-color css
<style>
a { background-color: #B6CC3C; }
a { background-color: rgb(182,204,60); }
div.DivClassName
{
background-color: #B6CC3C;
}
.BgClassName
{
background-color: #B6CC3C;
}
</style>
border-color css
<style>
span { border-color: #B6CC3C; }
span { border-color: rgb(182,204,60); }
td.TdClassName
{
border-color: #B6CC3C;
}
.TagClassName
{
border-color: #B6CC3C;
}
</style>