Shades of Celery #B2C83C
Tints of Celery #B2C83C
RGB
CMYK
RGB Variations
Color information
#B2C83C (or 0xB2C83C) is known color: Celery. HEX triplet: B2, C8 and 3C. RGB value is (178,200,60). Sum of RGB (Red+Green+Blue) = 178+200+60=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C83C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C83C is #4D37C3. Grayscale: #B2B2B2. Windows color (decimal): -5060548 or 3983538. OLE color: 3983538.
HSL color Cylindrical-coordinate representation of color #B2C83C: hue angle of 69.43º 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 #B2C83C is Cyan = 0.11, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 60 | - |
| CMYK | 0.11 | 0 | 0.7 | 0.22 |
| HSL | 69.43º | 0.56% | 0.51% | - |
| HSV(B) | 69.43º | 0.7% | 0.78% | - |
| XYZ | 39.83 | 51.1 | 12.04 | - |
| YUV | 177.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 60 | 0.11 | 0 | 0.7 | 0.22 | 69.43 | 0.56 | 0.51 |
| Hex | B2 | C8 | 3C | B | 0 | 46 | 16 | 45 | 38 | 33 |
| Octal | 262 | 310 | 74 | 13 | 0 | 106 | 26 | 105 | 70 | 63 |
| Binary | 10110010 | 11001000 | 111100 | 1011 | 0 | 1000110 | 10110 | 1000101 | 111000 | 110011 |
Color Harmonies of #B2C83C
Complementary color
Monochromatic Colors of #B2C83C
Black with #B2C83C
Text Example
Text Example
White with #B2C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C83C; }
p { color: rgb(178,200,60); }
H1.HeaderClassName
{
color: #B2C83C;
}
.AnyTagClassName
{
color: #B2C83C;
}
</style>
background-color css
<style>
a { background-color: #B2C83C; }
a { background-color: rgb(178,200,60); }
div.DivClassName
{
background-color: #B2C83C;
}
.BgClassName
{
background-color: #B2C83C;
}
</style>
border-color css
<style>
span { border-color: #B2C83C; }
span { border-color: rgb(178,200,60); }
td.TdClassName
{
border-color: #B2C83C;
}
.TagClassName
{
border-color: #B2C83C;
}
</style>