Shades of Citrus #A2BC09
Tints of Citrus #A2BC09
RGB
CMYK
RGB Variations
Color information
#A2BC09 (or 0xA2BC09) is known color: Citrus. HEX triplet: A2, BC and 09. RGB value is (162,188,9). Sum of RGB (Red+Green+Blue) = 162+188+9=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC09 is #5D43F6. Grayscale: #A0A0A0. Windows color (decimal): -6112247 or 638114. OLE color: 638114.
HSL color Cylindrical-coordinate representation of color #A2BC09: hue angle of 68.72º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2BC09 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 9 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.26 |
| HSL | 68.72º | 0.91% | 0.39% | - |
| HSV(B) | 68.72º | 0.95% | 0.74% | - |
| XYZ | 32.93 | 43.67 | 6.95 | - |
| YUV | 159.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 9 | 0.14 | 0 | 0.95 | 0.26 | 68.72 | 0.91 | 0.39 |
| Hex | A2 | BC | 9 | E | 0 | 5F | 1A | 45 | 5B | 27 |
| Octal | 242 | 274 | 11 | 16 | 0 | 137 | 32 | 105 | 133 | 47 |
| Binary | 10100010 | 10111100 | 1001 | 1110 | 0 | 1011111 | 11010 | 1000101 | 1011011 | 100111 |
Color Harmonies of #A2BC09
Complementary color
Monochromatic Colors of #A2BC09
Black with #A2BC09
Text Example
Text Example
White with #A2BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC09; }
p { color: rgb(162,188,9); }
H1.HeaderClassName
{
color: #A2BC09;
}
.AnyTagClassName
{
color: #A2BC09;
}
</style>
background-color css
<style>
a { background-color: #A2BC09; }
a { background-color: rgb(162,188,9); }
div.DivClassName
{
background-color: #A2BC09;
}
.BgClassName
{
background-color: #A2BC09;
}
</style>
border-color css
<style>
span { border-color: #A2BC09; }
span { border-color: rgb(162,188,9); }
td.TdClassName
{
border-color: #A2BC09;
}
.TagClassName
{
border-color: #A2BC09;
}
</style>