Shades of Citrus #A5BB07
Tints of Citrus #A5BB07
RGB
CMYK
RGB Variations
Color information
#A5BB07 (or 0xA5BB07) is known color: Citrus. HEX triplet: A5, BB and 07. RGB value is (165,187,7). Sum of RGB (Red+Green+Blue) = 165+187+7=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BB07 is #5A44F8. Grayscale: #A0A0A0. Windows color (decimal): -5915897 or 506789. OLE color: 506789.
HSL color Cylindrical-coordinate representation of color #A5BB07: hue angle of 67.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5BB07 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.27 |
| HSL | 67.33º | 0.93% | 0.38% | - |
| HSV(B) | 67.33º | 0.96% | 0.73% | - |
| XYZ | 33.33 | 43.56 | 6.85 | - |
| YUV | 159.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 7 | 0.12 | 0 | 0.96 | 0.27 | 67.33 | 0.93 | 0.38 |
| Hex | A5 | BB | 7 | C | 0 | 60 | 1B | 43 | 5D | 26 |
| Octal | 245 | 273 | 7 | 14 | 0 | 140 | 33 | 103 | 135 | 46 |
| Binary | 10100101 | 10111011 | 111 | 1100 | 0 | 1100000 | 11011 | 1000011 | 1011101 | 100110 |
Color Harmonies of #A5BB07
Complementary color
Monochromatic Colors of #A5BB07
Black with #A5BB07
Text Example
Text Example
White with #A5BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB07; }
p { color: rgb(165,187,7); }
H1.HeaderClassName
{
color: #A5BB07;
}
.AnyTagClassName
{
color: #A5BB07;
}
</style>
background-color css
<style>
a { background-color: #A5BB07; }
a { background-color: rgb(165,187,7); }
div.DivClassName
{
background-color: #A5BB07;
}
.BgClassName
{
background-color: #A5BB07;
}
</style>
border-color css
<style>
span { border-color: #A5BB07; }
span { border-color: rgb(165,187,7); }
td.TdClassName
{
border-color: #A5BB07;
}
.TagClassName
{
border-color: #A5BB07;
}
</style>