Shades of Citrus #91B008
Tints of Citrus #91B008
RGB
CMYK
RGB Variations
Color information
#91B008 (or 0x91B008) is known color: Citrus. HEX triplet: 91, B0 and 08. RGB value is (145,176,8). Sum of RGB (Red+Green+Blue) = 145+176+8=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #91B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91B008 is #6E4FF7. Grayscale: #949494. Windows color (decimal): -7229432 or 569489. OLE color: 569489.
HSL color Cylindrical-coordinate representation of color #91B008: hue angle of 71.07º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91B008 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 176 | 8 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.31 |
| HSL | 71.07º | 0.91% | 0.36% | - |
| HSV(B) | 71.07º | 0.95% | 0.69% | - |
| XYZ | 27.25 | 37.09 | 5.95 | - |
| YUV | 147.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 176 | 8 | 0.18 | 0 | 0.95 | 0.31 | 71.07 | 0.91 | 0.36 |
| Hex | 91 | B0 | 8 | 12 | 0 | 5F | 1F | 47 | 5B | 24 |
| Octal | 221 | 260 | 10 | 22 | 0 | 137 | 37 | 107 | 133 | 44 |
| Binary | 10010001 | 10110000 | 1000 | 10010 | 0 | 1011111 | 11111 | 1000111 | 1011011 | 100100 |
Color Harmonies of #91B008
Complementary color
Monochromatic Colors of #91B008
Black with #91B008
Text Example
Text Example
White with #91B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B008; }
p { color: rgb(145,176,8); }
H1.HeaderClassName
{
color: #91B008;
}
.AnyTagClassName
{
color: #91B008;
}
</style>
background-color css
<style>
a { background-color: #91B008; }
a { background-color: rgb(145,176,8); }
div.DivClassName
{
background-color: #91B008;
}
.BgClassName
{
background-color: #91B008;
}
</style>
border-color css
<style>
span { border-color: #91B008; }
span { border-color: rgb(145,176,8); }
td.TdClassName
{
border-color: #91B008;
}
.TagClassName
{
border-color: #91B008;
}
</style>