Shades of Celery #B5B83A
Tints of Celery #B5B83A
RGB
CMYK
RGB Variations
Color information
#B5B83A (or 0xB5B83A) is known color: Celery. HEX triplet: B5, B8 and 3A. RGB value is (181,184,58). Sum of RGB (Red+Green+Blue) = 181+184+58=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B83A is #4A47C5. Grayscale: #A9A9A9. Windows color (decimal): -4868038 or 3848373. OLE color: 3848373.
HSL color Cylindrical-coordinate representation of color #B5B83A: hue angle of 61.43º 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 #B5B83A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 58 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.28 |
| HSL | 61.43º | 0.52% | 0.47% | - |
| HSV(B) | 61.43º | 0.68% | 0.72% | - |
| XYZ | 36.96 | 44.41 | 10.63 | - |
| YUV | 168.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 58 | 0.02 | 0 | 0.68 | 0.28 | 61.43 | 0.52 | 0.47 |
| Hex | B5 | B8 | 3A | 2 | 0 | 44 | 1C | 3D | 34 | 2F |
| Octal | 265 | 270 | 72 | 2 | 0 | 104 | 34 | 75 | 64 | 57 |
| Binary | 10110101 | 10111000 | 111010 | 10 | 0 | 1000100 | 11100 | 111101 | 110100 | 101111 |
Color Harmonies of #B5B83A
Complementary color
Monochromatic Colors of #B5B83A
Black with #B5B83A
Text Example
Text Example
White with #B5B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B83A; }
p { color: rgb(181,184,58); }
H1.HeaderClassName
{
color: #B5B83A;
}
.AnyTagClassName
{
color: #B5B83A;
}
</style>
background-color css
<style>
a { background-color: #B5B83A; }
a { background-color: rgb(181,184,58); }
div.DivClassName
{
background-color: #B5B83A;
}
.BgClassName
{
background-color: #B5B83A;
}
</style>
border-color css
<style>
span { border-color: #B5B83A; }
span { border-color: rgb(181,184,58); }
td.TdClassName
{
border-color: #B5B83A;
}
.TagClassName
{
border-color: #B5B83A;
}
</style>