Shades of Celery #BAC741
Tints of Celery #BAC741
RGB
CMYK
RGB Variations
Color information
#BAC741 (or 0xBAC741) is known color: Celery. HEX triplet: BA, C7 and 41. RGB value is (186,199,65). Sum of RGB (Red+Green+Blue) = 186+199+65=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC741 is #4538BE. Grayscale: #B4B4B4. Windows color (decimal): -4536511 or 4310970. OLE color: 4310970.
HSL color Cylindrical-coordinate representation of color #BAC741: hue angle of 65.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC741 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 65 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.22 |
| HSL | 65.82º | 0.54% | 0.52% | - |
| HSV(B) | 65.82º | 0.67% | 0.78% | - |
| XYZ | 41.63 | 51.67 | 12.78 | - |
| YUV | 179.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 65 | 0.07 | 0 | 0.67 | 0.22 | 65.82 | 0.54 | 0.52 |
| Hex | BA | C7 | 41 | 7 | 0 | 43 | 16 | 42 | 36 | 34 |
| Octal | 272 | 307 | 101 | 7 | 0 | 103 | 26 | 102 | 66 | 64 |
| Binary | 10111010 | 11000111 | 1000001 | 111 | 0 | 1000011 | 10110 | 1000010 | 110110 | 110100 |
Color Harmonies of #BAC741
Complementary color
Monochromatic Colors of #BAC741
Black with #BAC741
Text Example
Text Example
White with #BAC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC741; }
p { color: rgb(186,199,65); }
H1.HeaderClassName
{
color: #BAC741;
}
.AnyTagClassName
{
color: #BAC741;
}
</style>
background-color css
<style>
a { background-color: #BAC741; }
a { background-color: rgb(186,199,65); }
div.DivClassName
{
background-color: #BAC741;
}
.BgClassName
{
background-color: #BAC741;
}
</style>
border-color css
<style>
span { border-color: #BAC741; }
span { border-color: rgb(186,199,65); }
td.TdClassName
{
border-color: #BAC741;
}
.TagClassName
{
border-color: #BAC741;
}
</style>