Shades of Celery #B1C74A
Tints of Celery #B1C74A
RGB
CMYK
RGB Variations
Color information
#B1C74A (or 0xB1C74A) is known color: Celery. HEX triplet: B1, C7 and 4A. RGB value is (177,199,74). Sum of RGB (Red+Green+Blue) = 177+199+74=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C74A is #4E38B5. Grayscale: #B2B2B2. Windows color (decimal): -5126326 or 4900785. OLE color: 4900785.
HSL color Cylindrical-coordinate representation of color #B1C74A: hue angle of 70.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1C74A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 74 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.22 |
| HSL | 70.56º | 0.53% | 0.54% | - |
| HSV(B) | 70.56º | 0.63% | 0.78% | - |
| XYZ | 39.79 | 50.69 | 14.17 | - |
| YUV | 178.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 74 | 0.11 | 0 | 0.63 | 0.22 | 70.56 | 0.53 | 0.54 |
| Hex | B1 | C7 | 4A | B | 0 | 3F | 16 | 47 | 35 | 36 |
| Octal | 261 | 307 | 112 | 13 | 0 | 77 | 26 | 107 | 65 | 66 |
| Binary | 10110001 | 11000111 | 1001010 | 1011 | 0 | 111111 | 10110 | 1000111 | 110101 | 110110 |
Color Harmonies of #B1C74A
Complementary color
Monochromatic Colors of #B1C74A
Black with #B1C74A
Text Example
Text Example
White with #B1C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C74A; }
p { color: rgb(177,199,74); }
H1.HeaderClassName
{
color: #B1C74A;
}
.AnyTagClassName
{
color: #B1C74A;
}
</style>
background-color css
<style>
a { background-color: #B1C74A; }
a { background-color: rgb(177,199,74); }
div.DivClassName
{
background-color: #B1C74A;
}
.BgClassName
{
background-color: #B1C74A;
}
</style>
border-color css
<style>
span { border-color: #B1C74A; }
span { border-color: rgb(177,199,74); }
td.TdClassName
{
border-color: #B1C74A;
}
.TagClassName
{
border-color: #B1C74A;
}
</style>