Shades of Citrus #AFB302
Tints of Citrus #AFB302
RGB
CMYK
RGB Variations
Color information
#AFB302 (or 0xAFB302) is known color: Citrus. HEX triplet: AF, B3 and 02. RGB value is (175,179,2). Sum of RGB (Red+Green+Blue) = 175+179+2=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB302 is #504CFD. Grayscale: #9E9E9E. Windows color (decimal): -5262590 or 177071. OLE color: 177071.
HSL color Cylindrical-coordinate representation of color #AFB302: hue angle of 61.36º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB302 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.30 |
| HSL | 61.36º | 0.98% | 0.35% | - |
| HSV(B) | 61.36º | 0.99% | 0.7% | - |
| XYZ | 33.81 | 41.36 | 6.26 | - |
| YUV | 157.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 2 | 0.02 | 0 | 0.99 | 0.30 | 61.36 | 0.98 | 0.35 |
| Hex | AF | B3 | 2 | 2 | 0 | 63 | 1E | 3D | 62 | 23 |
| Octal | 257 | 263 | 2 | 2 | 0 | 143 | 36 | 75 | 142 | 43 |
| Binary | 10101111 | 10110011 | 10 | 10 | 0 | 1100011 | 11110 | 111101 | 1100010 | 100011 |
Color Harmonies of #AFB302
Complementary color
Monochromatic Colors of #AFB302
Black with #AFB302
Text Example
Text Example
White with #AFB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB302; }
p { color: rgb(175,179,2); }
H1.HeaderClassName
{
color: #AFB302;
}
.AnyTagClassName
{
color: #AFB302;
}
</style>
background-color css
<style>
a { background-color: #AFB302; }
a { background-color: rgb(175,179,2); }
div.DivClassName
{
background-color: #AFB302;
}
.BgClassName
{
background-color: #AFB302;
}
</style>
border-color css
<style>
span { border-color: #AFB302; }
span { border-color: rgb(175,179,2); }
td.TdClassName
{
border-color: #AFB302;
}
.TagClassName
{
border-color: #AFB302;
}
</style>