Shades of Celery #B5C34C
Tints of Celery #B5C34C
RGB
CMYK
RGB Variations
Color information
#B5C34C (or 0xB5C34C) is known color: Celery. HEX triplet: B5, C3 and 4C. RGB value is (181,195,76). Sum of RGB (Red+Green+Blue) = 181+195+76=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C34C is #4A3CB3. Grayscale: #B1B1B1. Windows color (decimal): -4865204 or 5030837. OLE color: 5030837.
HSL color Cylindrical-coordinate representation of color #B5C34C: hue angle of 67.06º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5C34C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 76 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.24 |
| HSL | 67.06º | 0.5% | 0.53% | - |
| HSV(B) | 67.06º | 0.61% | 0.76% | - |
| XYZ | 39.88 | 49.38 | 14.27 | - |
| YUV | 177.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 76 | 0.07 | 0 | 0.61 | 0.24 | 67.06 | 0.5 | 0.53 |
| Hex | B5 | C3 | 4C | 7 | 0 | 3D | 18 | 43 | 32 | 35 |
| Octal | 265 | 303 | 114 | 7 | 0 | 75 | 30 | 103 | 62 | 65 |
| Binary | 10110101 | 11000011 | 1001100 | 111 | 0 | 111101 | 11000 | 1000011 | 110010 | 110101 |
Color Harmonies of #B5C34C
Complementary color
Monochromatic Colors of #B5C34C
Black with #B5C34C
Text Example
Text Example
White with #B5C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C34C; }
p { color: rgb(181,195,76); }
H1.HeaderClassName
{
color: #B5C34C;
}
.AnyTagClassName
{
color: #B5C34C;
}
</style>
background-color css
<style>
a { background-color: #B5C34C; }
a { background-color: rgb(181,195,76); }
div.DivClassName
{
background-color: #B5C34C;
}
.BgClassName
{
background-color: #B5C34C;
}
</style>
border-color css
<style>
span { border-color: #B5C34C; }
span { border-color: rgb(181,195,76); }
td.TdClassName
{
border-color: #B5C34C;
}
.TagClassName
{
border-color: #B5C34C;
}
</style>