Shades of Celery #B8CF4A
Tints of Celery #B8CF4A
RGB
CMYK
RGB Variations
Color information
#B8CF4A (or 0xB8CF4A) is known color: Celery. HEX triplet: B8, CF and 4A. RGB value is (184,207,74). Sum of RGB (Red+Green+Blue) = 184+207+74=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CF4A is #4730B5. Grayscale: #B9B9B9. Windows color (decimal): -4665526 or 4902840. OLE color: 4902840.
HSL color Cylindrical-coordinate representation of color #B8CF4A: hue angle of 70.38º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8CF4A is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 74 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.19 |
| HSL | 70.38º | 0.58% | 0.55% | - |
| HSV(B) | 70.38º | 0.64% | 0.81% | - |
| XYZ | 43.32 | 55.31 | 14.87 | - |
| YUV | 184.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 74 | 0.11 | 0 | 0.64 | 0.19 | 70.38 | 0.58 | 0.55 |
| Hex | B8 | CF | 4A | B | 0 | 40 | 13 | 46 | 3A | 37 |
| Octal | 270 | 317 | 112 | 13 | 0 | 100 | 23 | 106 | 72 | 67 |
| Binary | 10111000 | 11001111 | 1001010 | 1011 | 0 | 1000000 | 10011 | 1000110 | 111010 | 110111 |
Color Harmonies of #B8CF4A
Complementary color
Monochromatic Colors of #B8CF4A
Black with #B8CF4A
Text Example
Text Example
White with #B8CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF4A; }
p { color: rgb(184,207,74); }
H1.HeaderClassName
{
color: #B8CF4A;
}
.AnyTagClassName
{
color: #B8CF4A;
}
</style>
background-color css
<style>
a { background-color: #B8CF4A; }
a { background-color: rgb(184,207,74); }
div.DivClassName
{
background-color: #B8CF4A;
}
.BgClassName
{
background-color: #B8CF4A;
}
</style>
border-color css
<style>
span { border-color: #B8CF4A; }
span { border-color: rgb(184,207,74); }
td.TdClassName
{
border-color: #B8CF4A;
}
.TagClassName
{
border-color: #B8CF4A;
}
</style>