Shades of Citrus #94BB10
Tints of Citrus #94BB10
RGB
CMYK
RGB Variations
Color information
#94BB10 (or 0x94BB10) is known color: Citrus. HEX triplet: 94, BB and 10. RGB value is (148,187,16). Sum of RGB (Red+Green+Blue) = 148+187+16=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BB10 is #6B44EF. Grayscale: #9C9C9C. Windows color (decimal): -7030000 or 1096596. OLE color: 1096596.
HSL color Cylindrical-coordinate representation of color #94BB10: hue angle of 73.68º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94BB10 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 16 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.27 |
| HSL | 73.68º | 0.84% | 0.4% | - |
| HSV(B) | 73.68º | 0.91% | 0.73% | - |
| XYZ | 30.08 | 41.87 | 6.99 | - |
| YUV | 155.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 16 | 0.21 | 0 | 0.91 | 0.27 | 73.68 | 0.84 | 0.4 |
| Hex | 94 | BB | 10 | 15 | 0 | 5B | 1B | 4A | 54 | 28 |
| Octal | 224 | 273 | 20 | 25 | 0 | 133 | 33 | 112 | 124 | 50 |
| Binary | 10010100 | 10111011 | 10000 | 10101 | 0 | 1011011 | 11011 | 1001010 | 1010100 | 101000 |
Color Harmonies of #94BB10
Complementary color
Monochromatic Colors of #94BB10
Black with #94BB10
Text Example
Text Example
White with #94BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB10; }
p { color: rgb(148,187,16); }
H1.HeaderClassName
{
color: #94BB10;
}
.AnyTagClassName
{
color: #94BB10;
}
</style>
background-color css
<style>
a { background-color: #94BB10; }
a { background-color: rgb(148,187,16); }
div.DivClassName
{
background-color: #94BB10;
}
.BgClassName
{
background-color: #94BB10;
}
</style>
border-color css
<style>
span { border-color: #94BB10; }
span { border-color: rgb(148,187,16); }
td.TdClassName
{
border-color: #94BB10;
}
.TagClassName
{
border-color: #94BB10;
}
</style>