Shades of Celery #B9C74C
Tints of Celery #B9C74C
RGB
CMYK
RGB Variations
Color information
#B9C74C (or 0xB9C74C) is known color: Celery. HEX triplet: B9, C7 and 4C. RGB value is (185,199,76). Sum of RGB (Red+Green+Blue) = 185+199+76=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C74C is #4638B3. Grayscale: #B5B5B5. Windows color (decimal): -4602036 or 5031865. OLE color: 5031865.
HSL color Cylindrical-coordinate representation of color #B9C74C: hue angle of 66.83º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9C74C is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 76 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.22 |
| HSL | 66.83º | 0.52% | 0.54% | - |
| HSV(B) | 66.83º | 0.62% | 0.78% | - |
| XYZ | 41.74 | 51.68 | 14.61 | - |
| YUV | 180.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 76 | 0.07 | 0 | 0.62 | 0.22 | 66.83 | 0.52 | 0.54 |
| Hex | B9 | C7 | 4C | 7 | 0 | 3E | 16 | 43 | 34 | 36 |
| Octal | 271 | 307 | 114 | 7 | 0 | 76 | 26 | 103 | 64 | 66 |
| Binary | 10111001 | 11000111 | 1001100 | 111 | 0 | 111110 | 10110 | 1000011 | 110100 | 110110 |
Color Harmonies of #B9C74C
Complementary color
Monochromatic Colors of #B9C74C
Black with #B9C74C
Text Example
Text Example
White with #B9C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C74C; }
p { color: rgb(185,199,76); }
H1.HeaderClassName
{
color: #B9C74C;
}
.AnyTagClassName
{
color: #B9C74C;
}
</style>
background-color css
<style>
a { background-color: #B9C74C; }
a { background-color: rgb(185,199,76); }
div.DivClassName
{
background-color: #B9C74C;
}
.BgClassName
{
background-color: #B9C74C;
}
</style>
border-color css
<style>
span { border-color: #B9C74C; }
span { border-color: rgb(185,199,76); }
td.TdClassName
{
border-color: #B9C74C;
}
.TagClassName
{
border-color: #B9C74C;
}
</style>