Shades of Citrus #ADB008
Tints of Citrus #ADB008
RGB
CMYK
RGB Variations
Color information
#ADB008 (or 0xADB008) is known color: Citrus. HEX triplet: AD, B0 and 08. RGB value is (173,176,8). Sum of RGB (Red+Green+Blue) = 173+176+8=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB008 is #524FF7. Grayscale: #9C9C9C. Windows color (decimal): -5394424 or 569517. OLE color: 569517.
HSL color Cylindrical-coordinate representation of color #ADB008: hue angle of 61.07º 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 #ADB008 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 8 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.31 |
| HSL | 61.07º | 0.91% | 0.36% | - |
| HSV(B) | 61.07º | 0.95% | 0.69% | - |
| XYZ | 32.8 | 39.95 | 6.21 | - |
| YUV | 155.95 | 44.51 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 8 | 0.02 | 0 | 0.95 | 0.31 | 61.07 | 0.91 | 0.36 |
| Hex | AD | B0 | 8 | 2 | 0 | 5F | 1F | 3D | 5B | 24 |
| Octal | 255 | 260 | 10 | 2 | 0 | 137 | 37 | 75 | 133 | 44 |
| Binary | 10101101 | 10110000 | 1000 | 10 | 0 | 1011111 | 11111 | 111101 | 1011011 | 100100 |
Color Harmonies of #ADB008
Complementary color
Monochromatic Colors of #ADB008
Black with #ADB008
Text Example
Text Example
White with #ADB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB008; }
p { color: rgb(173,176,8); }
H1.HeaderClassName
{
color: #ADB008;
}
.AnyTagClassName
{
color: #ADB008;
}
</style>
background-color css
<style>
a { background-color: #ADB008; }
a { background-color: rgb(173,176,8); }
div.DivClassName
{
background-color: #ADB008;
}
.BgClassName
{
background-color: #ADB008;
}
</style>
border-color css
<style>
span { border-color: #ADB008; }
span { border-color: rgb(173,176,8); }
td.TdClassName
{
border-color: #ADB008;
}
.TagClassName
{
border-color: #ADB008;
}
</style>