Shades of Celery #B4CA4D
Tints of Celery #B4CA4D
RGB
CMYK
RGB Variations
Color information
#B4CA4D (or 0xB4CA4D) is known color: Celery. HEX triplet: B4, CA and 4D. RGB value is (180,202,77). Sum of RGB (Red+Green+Blue) = 180+202+77=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA4D is #4B35B2. Grayscale: #B5B5B5. Windows color (decimal): -4928947 or 5098164. OLE color: 5098164.
HSL color Cylindrical-coordinate representation of color #B4CA4D: hue angle of 70.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4CA4D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 77 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.21 |
| HSL | 70.56º | 0.54% | 0.55% | - |
| HSV(B) | 70.56º | 0.62% | 0.79% | - |
| XYZ | 41.28 | 52.48 | 14.98 | - |
| YUV | 181.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 77 | 0.11 | 0 | 0.62 | 0.21 | 70.56 | 0.54 | 0.55 |
| Hex | B4 | CA | 4D | B | 0 | 3E | 15 | 47 | 36 | 37 |
| Octal | 264 | 312 | 115 | 13 | 0 | 76 | 25 | 107 | 66 | 67 |
| Binary | 10110100 | 11001010 | 1001101 | 1011 | 0 | 111110 | 10101 | 1000111 | 110110 | 110111 |
Color Harmonies of #B4CA4D
Complementary color
Monochromatic Colors of #B4CA4D
Black with #B4CA4D
Text Example
Text Example
White with #B4CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CA4D; }
p { color: rgb(180,202,77); }
H1.HeaderClassName
{
color: #B4CA4D;
}
.AnyTagClassName
{
color: #B4CA4D;
}
</style>
background-color css
<style>
a { background-color: #B4CA4D; }
a { background-color: rgb(180,202,77); }
div.DivClassName
{
background-color: #B4CA4D;
}
.BgClassName
{
background-color: #B4CA4D;
}
</style>
border-color css
<style>
span { border-color: #B4CA4D; }
span { border-color: rgb(180,202,77); }
td.TdClassName
{
border-color: #B4CA4D;
}
.TagClassName
{
border-color: #B4CA4D;
}
</style>