Shades of Citrus #AEB507
Tints of Citrus #AEB507
RGB
CMYK
RGB Variations
Color information
#AEB507 (or 0xAEB507) is known color: Citrus. HEX triplet: AE, B5 and 07. RGB value is (174,181,7). Sum of RGB (Red+Green+Blue) = 174+181+7=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB507 is #514AF8. Grayscale: #9F9F9F. Windows color (decimal): -5327609 or 505262. OLE color: 505262.
HSL color Cylindrical-coordinate representation of color #AEB507: hue angle of 62.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEB507 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 181 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.29 |
| HSL | 62.41º | 0.93% | 0.37% | - |
| HSV(B) | 62.41º | 0.96% | 0.71% | - |
| XYZ | 34.02 | 42.06 | 6.53 | - |
| YUV | 159.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 181 | 7 | 0.04 | 0 | 0.96 | 0.29 | 62.41 | 0.93 | 0.37 |
| Hex | AE | B5 | 7 | 4 | 0 | 60 | 1D | 3E | 5D | 25 |
| Octal | 256 | 265 | 7 | 4 | 0 | 140 | 35 | 76 | 135 | 45 |
| Binary | 10101110 | 10110101 | 111 | 100 | 0 | 1100000 | 11101 | 111110 | 1011101 | 100101 |
Color Harmonies of #AEB507
Complementary color
Monochromatic Colors of #AEB507
Black with #AEB507
Text Example
Text Example
White with #AEB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB507; }
p { color: rgb(174,181,7); }
H1.HeaderClassName
{
color: #AEB507;
}
.AnyTagClassName
{
color: #AEB507;
}
</style>
background-color css
<style>
a { background-color: #AEB507; }
a { background-color: rgb(174,181,7); }
div.DivClassName
{
background-color: #AEB507;
}
.BgClassName
{
background-color: #AEB507;
}
</style>
border-color css
<style>
span { border-color: #AEB507; }
span { border-color: rgb(174,181,7); }
td.TdClassName
{
border-color: #AEB507;
}
.TagClassName
{
border-color: #AEB507;
}
</style>