Shades of Celery #B8CA4F
Tints of Celery #B8CA4F
RGB
CMYK
RGB Variations
Color information
#B8CA4F (or 0xB8CA4F) is known color: Celery. HEX triplet: B8, CA and 4F. RGB value is (184,202,79). Sum of RGB (Red+Green+Blue) = 184+202+79=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA4F is #4735B0. Grayscale: #B7B7B7. Windows color (decimal): -4666801 or 5229240. OLE color: 5229240.
HSL color Cylindrical-coordinate representation of color #B8CA4F: hue angle of 68.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8CA4F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 79 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.21 |
| HSL | 68.78º | 0.54% | 0.55% | - |
| HSV(B) | 68.78º | 0.61% | 0.79% | - |
| XYZ | 42.3 | 53 | 15.4 | - |
| YUV | 182.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 79 | 0.09 | 0 | 0.61 | 0.21 | 68.78 | 0.54 | 0.55 |
| Hex | B8 | CA | 4F | 9 | 0 | 3D | 15 | 45 | 36 | 37 |
| Octal | 270 | 312 | 117 | 11 | 0 | 75 | 25 | 105 | 66 | 67 |
| Binary | 10111000 | 11001010 | 1001111 | 1001 | 0 | 111101 | 10101 | 1000101 | 110110 | 110111 |
Color Harmonies of #B8CA4F
Complementary color
Monochromatic Colors of #B8CA4F
Black with #B8CA4F
Text Example
Text Example
White with #B8CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA4F; }
p { color: rgb(184,202,79); }
H1.HeaderClassName
{
color: #B8CA4F;
}
.AnyTagClassName
{
color: #B8CA4F;
}
</style>
background-color css
<style>
a { background-color: #B8CA4F; }
a { background-color: rgb(184,202,79); }
div.DivClassName
{
background-color: #B8CA4F;
}
.BgClassName
{
background-color: #B8CA4F;
}
</style>
border-color css
<style>
span { border-color: #B8CA4F; }
span { border-color: rgb(184,202,79); }
td.TdClassName
{
border-color: #B8CA4F;
}
.TagClassName
{
border-color: #B8CA4F;
}
</style>