Shades of Celery #A8B43D
Tints of Celery #A8B43D
RGB
CMYK
RGB Variations
Color information
#A8B43D (or 0xA8B43D) is known color: Celery. HEX triplet: A8, B4 and 3D. RGB value is (168,180,61). Sum of RGB (Red+Green+Blue) = 168+180+61=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B43D is #574BC2. Grayscale: #A3A3A3. Windows color (decimal): -5721027 or 4043944. OLE color: 4043944.
HSL color Cylindrical-coordinate representation of color #A8B43D: hue angle of 66.05º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8B43D is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 61 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.29 |
| HSL | 66.05º | 0.49% | 0.47% | - |
| HSV(B) | 66.05º | 0.66% | 0.71% | - |
| XYZ | 33.31 | 41.3 | 10.63 | - |
| YUV | 162.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 61 | 0.07 | 0 | 0.66 | 0.29 | 66.05 | 0.49 | 0.47 |
| Hex | A8 | B4 | 3D | 7 | 0 | 42 | 1D | 42 | 31 | 2F |
| Octal | 250 | 264 | 75 | 7 | 0 | 102 | 35 | 102 | 61 | 57 |
| Binary | 10101000 | 10110100 | 111101 | 111 | 0 | 1000010 | 11101 | 1000010 | 110001 | 101111 |
Color Harmonies of #A8B43D
Complementary color
Monochromatic Colors of #A8B43D
Black with #A8B43D
Text Example
Text Example
White with #A8B43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B43D; }
p { color: rgb(168,180,61); }
H1.HeaderClassName
{
color: #A8B43D;
}
.AnyTagClassName
{
color: #A8B43D;
}
</style>
background-color css
<style>
a { background-color: #A8B43D; }
a { background-color: rgb(168,180,61); }
div.DivClassName
{
background-color: #A8B43D;
}
.BgClassName
{
background-color: #A8B43D;
}
</style>
border-color css
<style>
span { border-color: #A8B43D; }
span { border-color: rgb(168,180,61); }
td.TdClassName
{
border-color: #A8B43D;
}
.TagClassName
{
border-color: #A8B43D;
}
</style>