Shades of Celery #B0C74B
Tints of Celery #B0C74B
RGB
CMYK
RGB Variations
Color information
#B0C74B (or 0xB0C74B) is known color: Celery. HEX triplet: B0, C7 and 4B. RGB value is (176,199,75). Sum of RGB (Red+Green+Blue) = 176+199+75=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C74B is #4F38B4. Grayscale: #B2B2B2. Windows color (decimal): -5191861 or 4966320. OLE color: 4966320.
HSL color Cylindrical-coordinate representation of color #B0C74B: hue angle of 71.13º 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 #B0C74B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.22 |
| HSL | 71.13º | 0.53% | 0.54% | - |
| HSV(B) | 71.13º | 0.62% | 0.78% | - |
| XYZ | 39.6 | 50.58 | 14.33 | - |
| YUV | 177.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 75 | 0.12 | 0 | 0.62 | 0.22 | 71.13 | 0.53 | 0.54 |
| Hex | B0 | C7 | 4B | C | 0 | 3E | 16 | 47 | 35 | 36 |
| Octal | 260 | 307 | 113 | 14 | 0 | 76 | 26 | 107 | 65 | 66 |
| Binary | 10110000 | 11000111 | 1001011 | 1100 | 0 | 111110 | 10110 | 1000111 | 110101 | 110110 |
Color Harmonies of #B0C74B
Complementary color
Monochromatic Colors of #B0C74B
Black with #B0C74B
Text Example
Text Example
White with #B0C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C74B; }
p { color: rgb(176,199,75); }
H1.HeaderClassName
{
color: #B0C74B;
}
.AnyTagClassName
{
color: #B0C74B;
}
</style>
background-color css
<style>
a { background-color: #B0C74B; }
a { background-color: rgb(176,199,75); }
div.DivClassName
{
background-color: #B0C74B;
}
.BgClassName
{
background-color: #B0C74B;
}
</style>
border-color css
<style>
span { border-color: #B0C74B; }
span { border-color: rgb(176,199,75); }
td.TdClassName
{
border-color: #B0C74B;
}
.TagClassName
{
border-color: #B0C74B;
}
</style>