Shades of Celery #B2CC3E
Tints of Celery #B2CC3E
RGB
CMYK
RGB Variations
Color information
#B2CC3E (or 0xB2CC3E) is known color: Celery. HEX triplet: B2, CC and 3E. RGB value is (178,204,62). Sum of RGB (Red+Green+Blue) = 178+204+62=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC3E is #4D33C1. Grayscale: #B4B4B4. Windows color (decimal): -5059522 or 4115634. OLE color: 4115634.
HSL color Cylindrical-coordinate representation of color #B2CC3E: hue angle of 70.99º 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 #B2CC3E is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 62 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.2 |
| HSL | 70.99º | 0.58% | 0.52% | - |
| HSV(B) | 70.99º | 0.7% | 0.8% | - |
| XYZ | 40.82 | 53 | 12.64 | - |
| YUV | 180.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 62 | 0.13 | 0 | 0.70 | 0.2 | 70.99 | 0.58 | 0.52 |
| Hex | B2 | CC | 3E | D | 0 | 46 | 14 | 47 | 3A | 34 |
| Octal | 262 | 314 | 76 | 15 | 0 | 106 | 24 | 107 | 72 | 64 |
| Binary | 10110010 | 11001100 | 111110 | 1101 | 0 | 1000110 | 10100 | 1000111 | 111010 | 110100 |
Color Harmonies of #B2CC3E
Complementary color
Monochromatic Colors of #B2CC3E
Black with #B2CC3E
Text Example
Text Example
White with #B2CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC3E; }
p { color: rgb(178,204,62); }
H1.HeaderClassName
{
color: #B2CC3E;
}
.AnyTagClassName
{
color: #B2CC3E;
}
</style>
background-color css
<style>
a { background-color: #B2CC3E; }
a { background-color: rgb(178,204,62); }
div.DivClassName
{
background-color: #B2CC3E;
}
.BgClassName
{
background-color: #B2CC3E;
}
</style>
border-color css
<style>
span { border-color: #B2CC3E; }
span { border-color: rgb(178,204,62); }
td.TdClassName
{
border-color: #B2CC3E;
}
.TagClassName
{
border-color: #B2CC3E;
}
</style>