Shades of Celery #B5C05A
Tints of Celery #B5C05A
RGB
CMYK
RGB Variations
Color information
#B5C05A (or 0xB5C05A) is known color: Celery. HEX triplet: B5, C0 and 5A. RGB value is (181,192,90). Sum of RGB (Red+Green+Blue) = 181+192+90=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C05A is #4A3FA5. Grayscale: #B1B1B1. Windows color (decimal): -4865958 or 5947573. OLE color: 5947573.
HSL color Cylindrical-coordinate representation of color #B5C05A: hue angle of 66.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5C05A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 90 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.25 |
| HSL | 66.47º | 0.45% | 0.55% | - |
| HSV(B) | 66.47º | 0.53% | 0.75% | - |
| XYZ | 39.75 | 48.26 | 16.89 | - |
| YUV | 177.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 90 | 0.06 | 0 | 0.53 | 0.25 | 66.47 | 0.45 | 0.55 |
| Hex | B5 | C0 | 5A | 6 | 0 | 35 | 19 | 42 | 2D | 37 |
| Octal | 265 | 300 | 132 | 6 | 0 | 65 | 31 | 102 | 55 | 67 |
| Binary | 10110101 | 11000000 | 1011010 | 110 | 0 | 110101 | 11001 | 1000010 | 101101 | 110111 |
Color Harmonies of #B5C05A
Complementary color
Monochromatic Colors of #B5C05A
Black with #B5C05A
Text Example
Text Example
White with #B5C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C05A; }
p { color: rgb(181,192,90); }
H1.HeaderClassName
{
color: #B5C05A;
}
.AnyTagClassName
{
color: #B5C05A;
}
</style>
background-color css
<style>
a { background-color: #B5C05A; }
a { background-color: rgb(181,192,90); }
div.DivClassName
{
background-color: #B5C05A;
}
.BgClassName
{
background-color: #B5C05A;
}
</style>
border-color css
<style>
span { border-color: #B5C05A; }
span { border-color: rgb(181,192,90); }
td.TdClassName
{
border-color: #B5C05A;
}
.TagClassName
{
border-color: #B5C05A;
}
</style>