Shades of Citrus #94B80B
Tints of Citrus #94B80B
RGB
CMYK
RGB Variations
Color information
#94B80B (or 0x94B80B) is known color: Citrus. HEX triplet: 94, B8 and 0B. RGB value is (148,184,11). Sum of RGB (Red+Green+Blue) = 148+184+11=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #94B80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B80B is #6B47F4. Grayscale: #9A9A9A. Windows color (decimal): -7030773 or 768148. OLE color: 768148.
HSL color Cylindrical-coordinate representation of color #94B80B: hue angle of 72.49º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94B80B is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 11 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.28 |
| HSL | 72.49º | 0.89% | 0.38% | - |
| HSV(B) | 72.49º | 0.94% | 0.72% | - |
| XYZ | 29.41 | 40.6 | 6.6 | - |
| YUV | 153.51 | 47.57 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 11 | 0.20 | 0 | 0.94 | 0.28 | 72.49 | 0.89 | 0.38 |
| Hex | 94 | B8 | B | 14 | 0 | 5E | 1C | 48 | 59 | 26 |
| Octal | 224 | 270 | 13 | 24 | 0 | 136 | 34 | 110 | 131 | 46 |
| Binary | 10010100 | 10111000 | 1011 | 10100 | 0 | 1011110 | 11100 | 1001000 | 1011001 | 100110 |
Color Harmonies of #94B80B
Complementary color
Monochromatic Colors of #94B80B
Black with #94B80B
Text Example
Text Example
White with #94B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B80B; }
p { color: rgb(148,184,11); }
H1.HeaderClassName
{
color: #94B80B;
}
.AnyTagClassName
{
color: #94B80B;
}
</style>
background-color css
<style>
a { background-color: #94B80B; }
a { background-color: rgb(148,184,11); }
div.DivClassName
{
background-color: #94B80B;
}
.BgClassName
{
background-color: #94B80B;
}
</style>
border-color css
<style>
span { border-color: #94B80B; }
span { border-color: rgb(148,184,11); }
td.TdClassName
{
border-color: #94B80B;
}
.TagClassName
{
border-color: #94B80B;
}
</style>