Shades of Celery #B5C34A
Tints of Celery #B5C34A
RGB
CMYK
RGB Variations
Color information
#B5C34A (or 0xB5C34A) is known color: Celery. HEX triplet: B5, C3 and 4A. RGB value is (181,195,74). Sum of RGB (Red+Green+Blue) = 181+195+74=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C34A is #4A3CB5. Grayscale: #B1B1B1. Windows color (decimal): -4865206 or 4899765. OLE color: 4899765.
HSL color Cylindrical-coordinate representation of color #B5C34A: hue angle of 66.94º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5C34A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 74 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.24 |
| HSL | 66.94º | 0.5% | 0.53% | - |
| HSV(B) | 66.94º | 0.62% | 0.76% | - |
| XYZ | 39.81 | 49.35 | 13.91 | - |
| YUV | 177.02 | 69.86 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 74 | 0.07 | 0 | 0.62 | 0.24 | 66.94 | 0.5 | 0.53 |
| Hex | B5 | C3 | 4A | 7 | 0 | 3E | 18 | 43 | 32 | 35 |
| Octal | 265 | 303 | 112 | 7 | 0 | 76 | 30 | 103 | 62 | 65 |
| Binary | 10110101 | 11000011 | 1001010 | 111 | 0 | 111110 | 11000 | 1000011 | 110010 | 110101 |
Color Harmonies of #B5C34A
Complementary color
Monochromatic Colors of #B5C34A
Black with #B5C34A
Text Example
Text Example
White with #B5C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C34A; }
p { color: rgb(181,195,74); }
H1.HeaderClassName
{
color: #B5C34A;
}
.AnyTagClassName
{
color: #B5C34A;
}
</style>
background-color css
<style>
a { background-color: #B5C34A; }
a { background-color: rgb(181,195,74); }
div.DivClassName
{
background-color: #B5C34A;
}
.BgClassName
{
background-color: #B5C34A;
}
</style>
border-color css
<style>
span { border-color: #B5C34A; }
span { border-color: rgb(181,195,74); }
td.TdClassName
{
border-color: #B5C34A;
}
.TagClassName
{
border-color: #B5C34A;
}
</style>