Shades of Celery #B5BF3A
Tints of Celery #B5BF3A
RGB
CMYK
RGB Variations
Color information
#B5BF3A (or 0xB5BF3A) is known color: Celery. HEX triplet: B5, BF and 3A. RGB value is (181,191,58). Sum of RGB (Red+Green+Blue) = 181+191+58=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF3A is #4A40C5. Grayscale: #ADADAD. Windows color (decimal): -4866246 or 3850165. OLE color: 3850165.
HSL color Cylindrical-coordinate representation of color #B5BF3A: hue angle of 64.51º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5BF3A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 58 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.25 |
| HSL | 64.51º | 0.53% | 0.49% | - |
| HSV(B) | 64.51º | 0.7% | 0.75% | - |
| XYZ | 38.45 | 47.39 | 11.12 | - |
| YUV | 172.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 58 | 0.05 | 0 | 0.70 | 0.25 | 64.51 | 0.53 | 0.49 |
| Hex | B5 | BF | 3A | 5 | 0 | 46 | 19 | 41 | 35 | 31 |
| Octal | 265 | 277 | 72 | 5 | 0 | 106 | 31 | 101 | 65 | 61 |
| Binary | 10110101 | 10111111 | 111010 | 101 | 0 | 1000110 | 11001 | 1000001 | 110101 | 110001 |
Color Harmonies of #B5BF3A
Complementary color
Monochromatic Colors of #B5BF3A
Black with #B5BF3A
Text Example
Text Example
White with #B5BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF3A; }
p { color: rgb(181,191,58); }
H1.HeaderClassName
{
color: #B5BF3A;
}
.AnyTagClassName
{
color: #B5BF3A;
}
</style>
background-color css
<style>
a { background-color: #B5BF3A; }
a { background-color: rgb(181,191,58); }
div.DivClassName
{
background-color: #B5BF3A;
}
.BgClassName
{
background-color: #B5BF3A;
}
</style>
border-color css
<style>
span { border-color: #B5BF3A; }
span { border-color: rgb(181,191,58); }
td.TdClassName
{
border-color: #B5BF3A;
}
.TagClassName
{
border-color: #B5BF3A;
}
</style>