Shades of Citrus #A7BB0F
Tints of Citrus #A7BB0F
RGB
CMYK
RGB Variations
Color information
#A7BB0F (or 0xA7BB0F) is known color: Citrus. HEX triplet: A7, BB and 0F. RGB value is (167,187,15). Sum of RGB (Red+Green+Blue) = 167+187+15=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BB0F is #5844F0. Grayscale: #A2A2A2. Windows color (decimal): -5784817 or 1031079. OLE color: 1031079.
HSL color Cylindrical-coordinate representation of color #A7BB0F: hue angle of 66.98º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7BB0F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 15 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.27 |
| HSL | 66.98º | 0.85% | 0.4% | - |
| HSV(B) | 66.98º | 0.92% | 0.73% | - |
| XYZ | 33.79 | 43.79 | 7.12 | - |
| YUV | 161.41 | 45.37 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 15 | 0.11 | 0 | 0.92 | 0.27 | 66.98 | 0.85 | 0.4 |
| Hex | A7 | BB | F | B | 0 | 5C | 1B | 43 | 55 | 28 |
| Octal | 247 | 273 | 17 | 13 | 0 | 134 | 33 | 103 | 125 | 50 |
| Binary | 10100111 | 10111011 | 1111 | 1011 | 0 | 1011100 | 11011 | 1000011 | 1010101 | 101000 |
Color Harmonies of #A7BB0F
Complementary color
Monochromatic Colors of #A7BB0F
Black with #A7BB0F
Text Example
Text Example
White with #A7BB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB0F; }
p { color: rgb(167,187,15); }
H1.HeaderClassName
{
color: #A7BB0F;
}
.AnyTagClassName
{
color: #A7BB0F;
}
</style>
background-color css
<style>
a { background-color: #A7BB0F; }
a { background-color: rgb(167,187,15); }
div.DivClassName
{
background-color: #A7BB0F;
}
.BgClassName
{
background-color: #A7BB0F;
}
</style>
border-color css
<style>
span { border-color: #A7BB0F; }
span { border-color: rgb(167,187,15); }
td.TdClassName
{
border-color: #A7BB0F;
}
.TagClassName
{
border-color: #A7BB0F;
}
</style>