Shades of Celery #B2CB3F
Tints of Celery #B2CB3F
RGB
CMYK
RGB Variations
Color information
#B2CB3F (or 0xB2CB3F) is known color: Celery. HEX triplet: B2, CB and 3F. RGB value is (178,203,63). Sum of RGB (Red+Green+Blue) = 178+203+63=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB3F is #4D34C0. Grayscale: #B4B4B4. Windows color (decimal): -5059777 or 4180914. OLE color: 4180914.
HSL color Cylindrical-coordinate representation of color #B2CB3F: hue angle of 70.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2CB3F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 63 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.20 |
| HSL | 70.71º | 0.57% | 0.52% | - |
| HSV(B) | 70.71º | 0.69% | 0.8% | - |
| XYZ | 40.61 | 52.54 | 12.7 | - |
| YUV | 179.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 63 | 0.12 | 0 | 0.69 | 0.20 | 70.71 | 0.57 | 0.52 |
| Hex | B2 | CB | 3F | C | 0 | 45 | 14 | 47 | 39 | 34 |
| Octal | 262 | 313 | 77 | 14 | 0 | 105 | 24 | 107 | 71 | 64 |
| Binary | 10110010 | 11001011 | 111111 | 1100 | 0 | 1000101 | 10100 | 1000111 | 111001 | 110100 |
Color Harmonies of #B2CB3F
Complementary color
Monochromatic Colors of #B2CB3F
Black with #B2CB3F
Text Example
Text Example
White with #B2CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB3F; }
p { color: rgb(178,203,63); }
H1.HeaderClassName
{
color: #B2CB3F;
}
.AnyTagClassName
{
color: #B2CB3F;
}
</style>
background-color css
<style>
a { background-color: #B2CB3F; }
a { background-color: rgb(178,203,63); }
div.DivClassName
{
background-color: #B2CB3F;
}
.BgClassName
{
background-color: #B2CB3F;
}
</style>
border-color css
<style>
span { border-color: #B2CB3F; }
span { border-color: rgb(178,203,63); }
td.TdClassName
{
border-color: #B2CB3F;
}
.TagClassName
{
border-color: #B2CB3F;
}
</style>