Shades of Celery #B5CA4C
Tints of Celery #B5CA4C
RGB
CMYK
RGB Variations
Color information
#B5CA4C (or 0xB5CA4C) is known color: Celery. HEX triplet: B5, CA and 4C. RGB value is (181,202,76). Sum of RGB (Red+Green+Blue) = 181+202+76=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA4C is #4A35B3. Grayscale: #B5B5B5. Windows color (decimal): -4863412 or 5032629. OLE color: 5032629.
HSL color Cylindrical-coordinate representation of color #B5CA4C: hue angle of 70º 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 #B5CA4C is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 76 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.21 |
| HSL | 70º | 0.54% | 0.55% | - |
| HSV(B) | 70º | 0.62% | 0.79% | - |
| XYZ | 41.48 | 52.59 | 14.8 | - |
| YUV | 181.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 76 | 0.10 | 0 | 0.62 | 0.21 | 70 | 0.54 | 0.55 |
| Hex | B5 | CA | 4C | A | 0 | 3E | 15 | 46 | 36 | 37 |
| Octal | 265 | 312 | 114 | 12 | 0 | 76 | 25 | 106 | 66 | 67 |
| Binary | 10110101 | 11001010 | 1001100 | 1010 | 0 | 111110 | 10101 | 1000110 | 110110 | 110111 |
Color Harmonies of #B5CA4C
Complementary color
Monochromatic Colors of #B5CA4C
Black with #B5CA4C
Text Example
Text Example
White with #B5CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA4C; }
p { color: rgb(181,202,76); }
H1.HeaderClassName
{
color: #B5CA4C;
}
.AnyTagClassName
{
color: #B5CA4C;
}
</style>
background-color css
<style>
a { background-color: #B5CA4C; }
a { background-color: rgb(181,202,76); }
div.DivClassName
{
background-color: #B5CA4C;
}
.BgClassName
{
background-color: #B5CA4C;
}
</style>
border-color css
<style>
span { border-color: #B5CA4C; }
span { border-color: rgb(181,202,76); }
td.TdClassName
{
border-color: #B5CA4C;
}
.TagClassName
{
border-color: #B5CA4C;
}
</style>