Shades of Celery #B9C74B
Tints of Celery #B9C74B
RGB
CMYK
RGB Variations
Color information
#B9C74B (or 0xB9C74B) is known color: Celery. HEX triplet: B9, C7 and 4B. RGB value is (185,199,75). Sum of RGB (Red+Green+Blue) = 185+199+75=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C74B is #4638B4. Grayscale: #B5B5B5. Windows color (decimal): -4602037 or 4966329. OLE color: 4966329.
HSL color Cylindrical-coordinate representation of color #B9C74B: hue angle of 66.77º degrees, saturation: 0.53, 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 #B9C74B is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 75 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.22 |
| HSL | 66.77º | 0.53% | 0.54% | - |
| HSV(B) | 66.77º | 0.62% | 0.78% | - |
| XYZ | 41.7 | 51.67 | 14.43 | - |
| YUV | 180.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 75 | 0.07 | 0 | 0.62 | 0.22 | 66.77 | 0.53 | 0.54 |
| Hex | B9 | C7 | 4B | 7 | 0 | 3E | 16 | 43 | 35 | 36 |
| Octal | 271 | 307 | 113 | 7 | 0 | 76 | 26 | 103 | 65 | 66 |
| Binary | 10111001 | 11000111 | 1001011 | 111 | 0 | 111110 | 10110 | 1000011 | 110101 | 110110 |
Color Harmonies of #B9C74B
Complementary color
Monochromatic Colors of #B9C74B
Black with #B9C74B
Text Example
Text Example
White with #B9C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C74B; }
p { color: rgb(185,199,75); }
H1.HeaderClassName
{
color: #B9C74B;
}
.AnyTagClassName
{
color: #B9C74B;
}
</style>
background-color css
<style>
a { background-color: #B9C74B; }
a { background-color: rgb(185,199,75); }
div.DivClassName
{
background-color: #B9C74B;
}
.BgClassName
{
background-color: #B9C74B;
}
</style>
border-color css
<style>
span { border-color: #B9C74B; }
span { border-color: rgb(185,199,75); }
td.TdClassName
{
border-color: #B9C74B;
}
.TagClassName
{
border-color: #B9C74B;
}
</style>