Shades of Citrus #AFB000
Tints of Citrus #AFB000
RGB
CMYK
RGB Variations
Color information
#AFB000 (or 0xAFB000) is known color: Citrus. HEX triplet: AF, B0 and 00. RGB value is (175,176,0). Sum of RGB (Red+Green+Blue) = 175+176+0=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB000 is #504FFF. Grayscale: #9C9C9C. Windows color (decimal): -5263360 or 45231. OLE color: 45231.
HSL color Cylindrical-coordinate representation of color #AFB000: hue angle of 60.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFB000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 176 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.31 |
| HSL | 60.34º | 1% | 0.35% | - |
| HSV(B) | 60.34º | 1% | 0.69% | - |
| XYZ | 33.2 | 40.16 | 6 | - |
| YUV | 155.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 0 | 0.01 | 0 | 1 | 0.31 | 60.34 | 1 | 0.35 |
| Hex | AF | B0 | 0 | 1 | 0 | 64 | 1F | 3C | 64 | 23 |
| Octal | 257 | 260 | 0 | 1 | 0 | 144 | 37 | 74 | 144 | 43 |
| Binary | 10101111 | 10110000 | 0 | 1 | 0 | 1100100 | 11111 | 111100 | 1100100 | 100011 |
Color Harmonies of #AFB000
Complementary color
Monochromatic Colors of #AFB000
Black with #AFB000
Text Example
Text Example
White with #AFB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB000; }
p { color: rgb(175,176,0); }
H1.HeaderClassName
{
color: #AFB000;
}
.AnyTagClassName
{
color: #AFB000;
}
</style>
background-color css
<style>
a { background-color: #AFB000; }
a { background-color: rgb(175,176,0); }
div.DivClassName
{
background-color: #AFB000;
}
.BgClassName
{
background-color: #AFB000;
}
</style>
border-color css
<style>
span { border-color: #AFB000; }
span { border-color: rgb(175,176,0); }
td.TdClassName
{
border-color: #AFB000;
}
.TagClassName
{
border-color: #AFB000;
}
</style>