Shades of Citrus #AEB800
Tints of Citrus #AEB800
RGB
CMYK
RGB Variations
Color information
#AEB800 (or 0xAEB800) is known color: Citrus. HEX triplet: AE, B8 and 00. RGB value is (174,184,0). Sum of RGB (Red+Green+Blue) = 174+184+0=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 184 (72.27% from 255 or 51.40% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB800 is #5147FF. Grayscale: #A0A0A0. Windows color (decimal): -5326848 or 47278. OLE color: 47278.
HSL color Cylindrical-coordinate representation of color #AEB800: hue angle of 63.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEB800 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.28 |
| HSL | 63.26º | 1% | 0.36% | - |
| HSV(B) | 63.26º | 1% | 0.72% | - |
| XYZ | 34.6 | 43.28 | 6.53 | - |
| YUV | 160.03 | 37.69 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 0 | 0.05 | 0 | 1 | 0.28 | 63.26 | 1 | 0.36 |
| Hex | AE | B8 | 0 | 5 | 0 | 64 | 1C | 3F | 64 | 24 |
| Octal | 256 | 270 | 0 | 5 | 0 | 144 | 34 | 77 | 144 | 44 |
| Binary | 10101110 | 10111000 | 0 | 101 | 0 | 1100100 | 11100 | 111111 | 1100100 | 100100 |
Color Harmonies of #AEB800
Complementary color
Monochromatic Colors of #AEB800
Black with #AEB800
Text Example
Text Example
White with #AEB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB800; }
p { color: rgb(174,184,0); }
H1.HeaderClassName
{
color: #AEB800;
}
.AnyTagClassName
{
color: #AEB800;
}
</style>
background-color css
<style>
a { background-color: #AEB800; }
a { background-color: rgb(174,184,0); }
div.DivClassName
{
background-color: #AEB800;
}
.BgClassName
{
background-color: #AEB800;
}
</style>
border-color css
<style>
span { border-color: #AEB800; }
span { border-color: rgb(174,184,0); }
td.TdClassName
{
border-color: #AEB800;
}
.TagClassName
{
border-color: #AEB800;
}
</style>