Shades of Celery #B2CB3D
Tints of Celery #B2CB3D
RGB
CMYK
RGB Variations
Color information
#B2CB3D (or 0xB2CB3D) is known color: Celery. HEX triplet: B2, CB and 3D. RGB value is (178,203,61). Sum of RGB (Red+Green+Blue) = 178+203+61=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB3D is #4D34C2. Grayscale: #B3B3B3. Windows color (decimal): -5059779 or 4049842. OLE color: 4049842.
HSL color Cylindrical-coordinate representation of color #B2CB3D: hue angle of 70.56º 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 #B2CB3D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 61 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.20 |
| HSL | 70.56º | 0.58% | 0.52% | - |
| HSV(B) | 70.56º | 0.7% | 0.8% | - |
| XYZ | 40.56 | 52.51 | 12.41 | - |
| YUV | 179.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 61 | 0.12 | 0 | 0.70 | 0.20 | 70.56 | 0.58 | 0.52 |
| Hex | B2 | CB | 3D | C | 0 | 46 | 14 | 47 | 3A | 34 |
| Octal | 262 | 313 | 75 | 14 | 0 | 106 | 24 | 107 | 72 | 64 |
| Binary | 10110010 | 11001011 | 111101 | 1100 | 0 | 1000110 | 10100 | 1000111 | 111010 | 110100 |
Color Harmonies of #B2CB3D
Complementary color
Monochromatic Colors of #B2CB3D
Black with #B2CB3D
Text Example
Text Example
White with #B2CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB3D; }
p { color: rgb(178,203,61); }
H1.HeaderClassName
{
color: #B2CB3D;
}
.AnyTagClassName
{
color: #B2CB3D;
}
</style>
background-color css
<style>
a { background-color: #B2CB3D; }
a { background-color: rgb(178,203,61); }
div.DivClassName
{
background-color: #B2CB3D;
}
.BgClassName
{
background-color: #B2CB3D;
}
</style>
border-color css
<style>
span { border-color: #B2CB3D; }
span { border-color: rgb(178,203,61); }
td.TdClassName
{
border-color: #B2CB3D;
}
.TagClassName
{
border-color: #B2CB3D;
}
</style>