Shades of Celery #B8CD4D
Tints of Celery #B8CD4D
RGB
CMYK
RGB Variations
Color information
#B8CD4D (or 0xB8CD4D) is known color: Celery. HEX triplet: B8, CD and 4D. RGB value is (184,205,77). Sum of RGB (Red+Green+Blue) = 184+205+77=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CD4D is #4732B2. Grayscale: #B8B8B8. Windows color (decimal): -4666035 or 5098936. OLE color: 5098936.
HSL color Cylindrical-coordinate representation of color #B8CD4D: hue angle of 69.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8CD4D is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 184 | 205 | 77 | - |
CMYK | 0.10 | 0 | 0.62 | 0.20 |
HSL | 69.84º | 0.56% | 0.55% | - |
HSV(B) | 69.84º | 0.62% | 0.8% | - |
XYZ | 42.94 | 54.39 | 15.26 | - |
YUV | 184.13 | 67.54 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 205 | 77 | 0.10 | 0 | 0.62 | 0.20 | 69.84 | 0.56 | 0.55 |
Hex | B8 | CD | 4D | A | 0 | 3E | 14 | 46 | 38 | 37 |
Octal | 270 | 315 | 115 | 12 | 0 | 76 | 24 | 106 | 70 | 67 |
Binary | 10111000 | 11001101 | 1001101 | 1010 | 0 | 111110 | 10100 | 1000110 | 111000 | 110111 |
Color Harmonies of #B8CD4D
Complementary color
Monochromatic Colors of #B8CD4D
Black with #B8CD4D
Text Example
Text Example
White with #B8CD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD4D; }
p { color: rgb(184,205,77); }
H1.HeaderClassName
{
color: #B8CD4D;
}
.AnyTagClassName
{
color: #B8CD4D;
}
</style>
background-color css
<style>
a { background-color: #B8CD4D; }
a { background-color: rgb(184,205,77); }
div.DivClassName
{
background-color: #B8CD4D;
}
.BgClassName
{
background-color: #B8CD4D;
}
</style>
border-color css
<style>
span { border-color: #B8CD4D; }
span { border-color: rgb(184,205,77); }
td.TdClassName
{
border-color: #B8CD4D;
}
.TagClassName
{
border-color: #B8CD4D;
}
</style>