Shades of Celery #A8B341
Tints of Celery #A8B341
RGB
CMYK
RGB Variations
Color information
#A8B341 (or 0xA8B341) is known color: Celery. HEX triplet: A8, B3 and 41. RGB value is (168,179,65). Sum of RGB (Red+Green+Blue) = 168+179+65=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B341 is #574CBE. Grayscale: #A3A3A3. Windows color (decimal): -5721279 or 4305832. OLE color: 4305832.
HSL color Cylindrical-coordinate representation of color #A8B341: hue angle of 65.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8B341 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 65 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.30 |
| HSL | 65.79º | 0.47% | 0.48% | - |
| HSV(B) | 65.79º | 0.64% | 0.7% | - |
| XYZ | 33.22 | 40.95 | 11.15 | - |
| YUV | 162.72 | 72.86 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 65 | 0.06 | 0 | 0.64 | 0.30 | 65.79 | 0.47 | 0.48 |
| Hex | A8 | B3 | 41 | 6 | 0 | 40 | 1E | 42 | 2F | 30 |
| Octal | 250 | 263 | 101 | 6 | 0 | 100 | 36 | 102 | 57 | 60 |
| Binary | 10101000 | 10110011 | 1000001 | 110 | 0 | 1000000 | 11110 | 1000010 | 101111 | 110000 |
Color Harmonies of #A8B341
Complementary color
Monochromatic Colors of #A8B341
Black with #A8B341
Text Example
Text Example
White with #A8B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B341; }
p { color: rgb(168,179,65); }
H1.HeaderClassName
{
color: #A8B341;
}
.AnyTagClassName
{
color: #A8B341;
}
</style>
background-color css
<style>
a { background-color: #A8B341; }
a { background-color: rgb(168,179,65); }
div.DivClassName
{
background-color: #A8B341;
}
.BgClassName
{
background-color: #A8B341;
}
</style>
border-color css
<style>
span { border-color: #A8B341; }
span { border-color: rgb(168,179,65); }
td.TdClassName
{
border-color: #A8B341;
}
.TagClassName
{
border-color: #A8B341;
}
</style>