Shades of Citrus #B0A600
Tints of Citrus #B0A600
RGB
CMYK
RGB Variations
Color information
#B0A600 (or 0xB0A600) is known color: Citrus. HEX triplet: B0, A6 and 00. RGB value is (176,166,0). Sum of RGB (Red+Green+Blue) = 176+166+0=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A600 is #4F59FF. Grayscale: #969696. Windows color (decimal): -5200384 or 42672. OLE color: 42672.
HSL color Cylindrical-coordinate representation of color #B0A600: hue angle of 56.59º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0A600 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.31 |
| HSL | 56.59º | 1% | 0.35% | - |
| HSV(B) | 56.59º | 1% | 0.69% | - |
| XYZ | 31.54 | 36.5 | 5.38 | - |
| YUV | 150.07 | 43.31 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 0 | 0 | 0.06 | 1 | 0.31 | 56.59 | 1 | 0.35 |
| Hex | B0 | A6 | 0 | 0 | 6 | 64 | 1F | 39 | 64 | 23 |
| Octal | 260 | 246 | 0 | 0 | 6 | 144 | 37 | 71 | 144 | 43 |
| Binary | 10110000 | 10100110 | 0 | 0 | 110 | 1100100 | 11111 | 111001 | 1100100 | 100011 |
Color Harmonies of #B0A600
Complementary color
Monochromatic Colors of #B0A600
Black with #B0A600
Text Example
Text Example
White with #B0A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A600; }
p { color: rgb(176,166,0); }
H1.HeaderClassName
{
color: #B0A600;
}
.AnyTagClassName
{
color: #B0A600;
}
</style>
background-color css
<style>
a { background-color: #B0A600; }
a { background-color: rgb(176,166,0); }
div.DivClassName
{
background-color: #B0A600;
}
.BgClassName
{
background-color: #B0A600;
}
</style>
border-color css
<style>
span { border-color: #B0A600; }
span { border-color: rgb(176,166,0); }
td.TdClassName
{
border-color: #B0A600;
}
.TagClassName
{
border-color: #B0A600;
}
</style>