Shades of Celery #A5B33C
Tints of Celery #A5B33C
RGB
CMYK
RGB Variations
Color information
#A5B33C (or 0xA5B33C) is known color: Celery. HEX triplet: A5, B3 and 3C. RGB value is (165,179,60). Sum of RGB (Red+Green+Blue) = 165+179+60=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B33C is #5A4CC3. Grayscale: #A1A1A1. Windows color (decimal): -5917892 or 3978149. OLE color: 3978149.
HSL color Cylindrical-coordinate representation of color #A5B33C: hue angle of 67.06º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5B33C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 179 | 60 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.30 |
| HSL | 67.06º | 0.5% | 0.47% | - |
| HSV(B) | 67.06º | 0.66% | 0.7% | - |
| XYZ | 32.45 | 40.57 | 10.39 | - |
| YUV | 161.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 179 | 60 | 0.08 | 0 | 0.66 | 0.30 | 67.06 | 0.5 | 0.47 |
| Hex | A5 | B3 | 3C | 8 | 0 | 42 | 1E | 43 | 32 | 2F |
| Octal | 245 | 263 | 74 | 10 | 0 | 102 | 36 | 103 | 62 | 57 |
| Binary | 10100101 | 10110011 | 111100 | 1000 | 0 | 1000010 | 11110 | 1000011 | 110010 | 101111 |
Color Harmonies of #A5B33C
Complementary color
Monochromatic Colors of #A5B33C
Black with #A5B33C
Text Example
Text Example
White with #A5B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B33C; }
p { color: rgb(165,179,60); }
H1.HeaderClassName
{
color: #A5B33C;
}
.AnyTagClassName
{
color: #A5B33C;
}
</style>
background-color css
<style>
a { background-color: #A5B33C; }
a { background-color: rgb(165,179,60); }
div.DivClassName
{
background-color: #A5B33C;
}
.BgClassName
{
background-color: #A5B33C;
}
</style>
border-color css
<style>
span { border-color: #A5B33C; }
span { border-color: rgb(165,179,60); }
td.TdClassName
{
border-color: #A5B33C;
}
.TagClassName
{
border-color: #A5B33C;
}
</style>