Shades of Celery #B6C83C
Tints of Celery #B6C83C
RGB
CMYK
RGB Variations
Color information
#B6C83C (or 0xB6C83C) is known color: Celery. HEX triplet: B6, C8 and 3C. RGB value is (182,200,60). Sum of RGB (Red+Green+Blue) = 182+200+60=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C83C is #4937C3. Grayscale: #B3B3B3. Windows color (decimal): -4798404 or 3983542. OLE color: 3983542.
HSL color Cylindrical-coordinate representation of color #B6C83C: hue angle of 67.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6C83C is Cyan = 0.09, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 200 | 60 | - |
| CMYK | 0.09 | 0 | 0.7 | 0.22 |
| HSL | 67.71º | 0.56% | 0.51% | - |
| HSV(B) | 67.71º | 0.7% | 0.78% | - |
| XYZ | 40.76 | 51.58 | 12.08 | - |
| YUV | 178.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 60 | 0.09 | 0 | 0.7 | 0.22 | 67.71 | 0.56 | 0.51 |
| Hex | B6 | C8 | 3C | 9 | 0 | 46 | 16 | 44 | 38 | 33 |
| Octal | 266 | 310 | 74 | 11 | 0 | 106 | 26 | 104 | 70 | 63 |
| Binary | 10110110 | 11001000 | 111100 | 1001 | 0 | 1000110 | 10110 | 1000100 | 111000 | 110011 |
Color Harmonies of #B6C83C
Complementary color
Monochromatic Colors of #B6C83C
Black with #B6C83C
Text Example
Text Example
White with #B6C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C83C; }
p { color: rgb(182,200,60); }
H1.HeaderClassName
{
color: #B6C83C;
}
.AnyTagClassName
{
color: #B6C83C;
}
</style>
background-color css
<style>
a { background-color: #B6C83C; }
a { background-color: rgb(182,200,60); }
div.DivClassName
{
background-color: #B6C83C;
}
.BgClassName
{
background-color: #B6C83C;
}
</style>
border-color css
<style>
span { border-color: #B6C83C; }
span { border-color: rgb(182,200,60); }
td.TdClassName
{
border-color: #B6C83C;
}
.TagClassName
{
border-color: #B6C83C;
}
</style>