Shades of Citrus #ADB101
Tints of Citrus #ADB101
RGB
CMYK
RGB Variations
Color information
#ADB101 (or 0xADB101) is known color: Citrus. HEX triplet: AD, B1 and 01. RGB value is (173,177,1). Sum of RGB (Red+Green+Blue) = 173+177+1=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 177 (69.53% from 255 or 50.43% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB101 is #524EFE. Grayscale: #9C9C9C. Windows color (decimal): -5394175 or 111021. OLE color: 111021.
HSL color Cylindrical-coordinate representation of color #ADB101: hue angle of 61.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB101 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.31 |
| HSL | 61.36º | 0.99% | 0.35% | - |
| HSV(B) | 61.36º | 0.99% | 0.69% | - |
| XYZ | 32.96 | 40.33 | 6.08 | - |
| YUV | 155.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 1 | 0.02 | 0 | 0.99 | 0.31 | 61.36 | 0.99 | 0.35 |
| Hex | AD | B1 | 1 | 2 | 0 | 63 | 1F | 3D | 63 | 23 |
| Octal | 255 | 261 | 1 | 2 | 0 | 143 | 37 | 75 | 143 | 43 |
| Binary | 10101101 | 10110001 | 1 | 10 | 0 | 1100011 | 11111 | 111101 | 1100011 | 100011 |
Color Harmonies of #ADB101
Complementary color
Monochromatic Colors of #ADB101
Black with #ADB101
Text Example
Text Example
White with #ADB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB101; }
p { color: rgb(173,177,1); }
H1.HeaderClassName
{
color: #ADB101;
}
.AnyTagClassName
{
color: #ADB101;
}
</style>
background-color css
<style>
a { background-color: #ADB101; }
a { background-color: rgb(173,177,1); }
div.DivClassName
{
background-color: #ADB101;
}
.BgClassName
{
background-color: #ADB101;
}
</style>
border-color css
<style>
span { border-color: #ADB101; }
span { border-color: rgb(173,177,1); }
td.TdClassName
{
border-color: #ADB101;
}
.TagClassName
{
border-color: #ADB101;
}
</style>