Shades of Celery #B5B73A
Tints of Celery #B5B73A
RGB
CMYK
RGB Variations
Color information
#B5B73A (or 0xB5B73A) is known color: Celery. HEX triplet: B5, B7 and 3A. RGB value is (181,183,58). Sum of RGB (Red+Green+Blue) = 181+183+58=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B73A is #4A48C5. Grayscale: #A8A8A8. Windows color (decimal): -4868294 or 3848117. OLE color: 3848117.
HSL color Cylindrical-coordinate representation of color #B5B73A: hue angle of 60.96º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5B73A is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 58 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.28 |
| HSL | 60.96º | 0.52% | 0.47% | - |
| HSV(B) | 60.96º | 0.68% | 0.72% | - |
| XYZ | 36.75 | 44 | 10.56 | - |
| YUV | 168.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 58 | 0.01 | 0 | 0.68 | 0.28 | 60.96 | 0.52 | 0.47 |
| Hex | B5 | B7 | 3A | 1 | 0 | 44 | 1C | 3D | 34 | 2F |
| Octal | 265 | 267 | 72 | 1 | 0 | 104 | 34 | 75 | 64 | 57 |
| Binary | 10110101 | 10110111 | 111010 | 1 | 0 | 1000100 | 11100 | 111101 | 110100 | 101111 |
Color Harmonies of #B5B73A
Complementary color
Monochromatic Colors of #B5B73A
Black with #B5B73A
Text Example
Text Example
White with #B5B73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B73A; }
p { color: rgb(181,183,58); }
H1.HeaderClassName
{
color: #B5B73A;
}
.AnyTagClassName
{
color: #B5B73A;
}
</style>
background-color css
<style>
a { background-color: #B5B73A; }
a { background-color: rgb(181,183,58); }
div.DivClassName
{
background-color: #B5B73A;
}
.BgClassName
{
background-color: #B5B73A;
}
</style>
border-color css
<style>
span { border-color: #B5B73A; }
span { border-color: rgb(181,183,58); }
td.TdClassName
{
border-color: #B5B73A;
}
.TagClassName
{
border-color: #B5B73A;
}
</style>