Shades of Citrus #B0A804
Tints of Citrus #B0A804
RGB
CMYK
RGB Variations
Color information
#B0A804 (or 0xB0A804) is known color: Citrus. HEX triplet: B0, A8 and 04. RGB value is (176,168,4). Sum of RGB (Red+Green+Blue) = 176+168+4=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A804 is #4F57FB. Grayscale: #989898. Windows color (decimal): -5199868 or 305328. OLE color: 305328.
HSL color Cylindrical-coordinate representation of color #B0A804: hue angle of 57.21º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0A804 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.31 |
| HSL | 57.21º | 0.96% | 0.35% | - |
| HSV(B) | 57.21º | 0.98% | 0.69% | - |
| XYZ | 31.93 | 37.24 | 5.62 | - |
| YUV | 151.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 4 | 0 | 0.05 | 0.98 | 0.31 | 57.21 | 0.96 | 0.35 |
| Hex | B0 | A8 | 4 | 0 | 5 | 62 | 1F | 39 | 60 | 23 |
| Octal | 260 | 250 | 4 | 0 | 5 | 142 | 37 | 71 | 140 | 43 |
| Binary | 10110000 | 10101000 | 100 | 0 | 101 | 1100010 | 11111 | 111001 | 1100000 | 100011 |
Color Harmonies of #B0A804
Complementary color
Monochromatic Colors of #B0A804
Black with #B0A804
Text Example
Text Example
White with #B0A804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A804; }
p { color: rgb(176,168,4); }
H1.HeaderClassName
{
color: #B0A804;
}
.AnyTagClassName
{
color: #B0A804;
}
</style>
background-color css
<style>
a { background-color: #B0A804; }
a { background-color: rgb(176,168,4); }
div.DivClassName
{
background-color: #B0A804;
}
.BgClassName
{
background-color: #B0A804;
}
</style>
border-color css
<style>
span { border-color: #B0A804; }
span { border-color: rgb(176,168,4); }
td.TdClassName
{
border-color: #B0A804;
}
.TagClassName
{
border-color: #B0A804;
}
</style>