Shades of Celery #B2CA3C
Tints of Celery #B2CA3C
RGB
CMYK
RGB Variations
Color information
#B2CA3C (or 0xB2CA3C) is known color: Celery. HEX triplet: B2, CA and 3C. RGB value is (178,202,60). Sum of RGB (Red+Green+Blue) = 178+202+60=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA3C is #4D35C3. Grayscale: #B3B3B3. Windows color (decimal): -5060036 or 3984050. OLE color: 3984050.
HSL color Cylindrical-coordinate representation of color #B2CA3C: hue angle of 70.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2CA3C is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 60 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.21 |
| HSL | 70.14º | 0.57% | 0.51% | - |
| HSV(B) | 70.14º | 0.7% | 0.79% | - |
| XYZ | 40.3 | 52.03 | 12.19 | - |
| YUV | 178.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 60 | 0.12 | 0 | 0.70 | 0.21 | 70.14 | 0.57 | 0.51 |
| Hex | B2 | CA | 3C | C | 0 | 46 | 15 | 46 | 39 | 33 |
| Octal | 262 | 312 | 74 | 14 | 0 | 106 | 25 | 106 | 71 | 63 |
| Binary | 10110010 | 11001010 | 111100 | 1100 | 0 | 1000110 | 10101 | 1000110 | 111001 | 110011 |
Color Harmonies of #B2CA3C
Complementary color
Monochromatic Colors of #B2CA3C
Black with #B2CA3C
Text Example
Text Example
White with #B2CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA3C; }
p { color: rgb(178,202,60); }
H1.HeaderClassName
{
color: #B2CA3C;
}
.AnyTagClassName
{
color: #B2CA3C;
}
</style>
background-color css
<style>
a { background-color: #B2CA3C; }
a { background-color: rgb(178,202,60); }
div.DivClassName
{
background-color: #B2CA3C;
}
.BgClassName
{
background-color: #B2CA3C;
}
</style>
border-color css
<style>
span { border-color: #B2CA3C; }
span { border-color: rgb(178,202,60); }
td.TdClassName
{
border-color: #B2CA3C;
}
.TagClassName
{
border-color: #B2CA3C;
}
</style>