Shades of Citrus #ADB108
Tints of Citrus #ADB108
RGB
CMYK
RGB Variations
Color information
#ADB108 (or 0xADB108) is known color: Citrus. HEX triplet: AD, B1 and 08. RGB value is (173,177,8). Sum of RGB (Red+Green+Blue) = 173+177+8=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB108 is #524EF7. Grayscale: #9D9D9D. Windows color (decimal): -5394168 or 569773. OLE color: 569773.
HSL color Cylindrical-coordinate representation of color #ADB108: hue angle of 61.42º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADB108 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 8 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.31 |
| HSL | 61.42º | 0.91% | 0.36% | - |
| HSV(B) | 61.42º | 0.95% | 0.69% | - |
| XYZ | 33 | 40.35 | 6.28 | - |
| YUV | 156.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 8 | 0.02 | 0 | 0.95 | 0.31 | 61.42 | 0.91 | 0.36 |
| Hex | AD | B1 | 8 | 2 | 0 | 5F | 1F | 3D | 5B | 24 |
| Octal | 255 | 261 | 10 | 2 | 0 | 137 | 37 | 75 | 133 | 44 |
| Binary | 10101101 | 10110001 | 1000 | 10 | 0 | 1011111 | 11111 | 111101 | 1011011 | 100100 |
Color Harmonies of #ADB108
Complementary color
Monochromatic Colors of #ADB108
Black with #ADB108
Text Example
Text Example
White with #ADB108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB108; }
p { color: rgb(173,177,8); }
H1.HeaderClassName
{
color: #ADB108;
}
.AnyTagClassName
{
color: #ADB108;
}
</style>
background-color css
<style>
a { background-color: #ADB108; }
a { background-color: rgb(173,177,8); }
div.DivClassName
{
background-color: #ADB108;
}
.BgClassName
{
background-color: #ADB108;
}
</style>
border-color css
<style>
span { border-color: #ADB108; }
span { border-color: rgb(173,177,8); }
td.TdClassName
{
border-color: #ADB108;
}
.TagClassName
{
border-color: #ADB108;
}
</style>