Shades of Citrus #94B605
Tints of Citrus #94B605
RGB
CMYK
RGB Variations
Color information
#94B605 (or 0x94B605) is known color: Citrus. HEX triplet: 94, B6 and 05. RGB value is (148,182,5). Sum of RGB (Red+Green+Blue) = 148+182+5=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #94B605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94B605 is #6B49FA. Grayscale: #989898. Windows color (decimal): -7031291 or 374420. OLE color: 374420.
HSL color Cylindrical-coordinate representation of color #94B605: hue angle of 71.53º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94B605 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 182 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.29 |
| HSL | 71.53º | 0.95% | 0.37% | - |
| HSV(B) | 71.53º | 0.97% | 0.71% | - |
| XYZ | 28.97 | 39.76 | 6.29 | - |
| YUV | 151.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 182 | 5 | 0.19 | 0 | 0.97 | 0.29 | 71.53 | 0.95 | 0.37 |
| Hex | 94 | B6 | 5 | 13 | 0 | 61 | 1D | 48 | 5F | 25 |
| Octal | 224 | 266 | 5 | 23 | 0 | 141 | 35 | 110 | 137 | 45 |
| Binary | 10010100 | 10110110 | 101 | 10011 | 0 | 1100001 | 11101 | 1001000 | 1011111 | 100101 |
Color Harmonies of #94B605
Complementary color
Monochromatic Colors of #94B605
Black with #94B605
Text Example
Text Example
White with #94B605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B605; }
p { color: rgb(148,182,5); }
H1.HeaderClassName
{
color: #94B605;
}
.AnyTagClassName
{
color: #94B605;
}
</style>
background-color css
<style>
a { background-color: #94B605; }
a { background-color: rgb(148,182,5); }
div.DivClassName
{
background-color: #94B605;
}
.BgClassName
{
background-color: #94B605;
}
</style>
border-color css
<style>
span { border-color: #94B605; }
span { border-color: rgb(148,182,5); }
td.TdClassName
{
border-color: #94B605;
}
.TagClassName
{
border-color: #94B605;
}
</style>