Shades of Citrus #949E02
Tints of Citrus #949E02
RGB
CMYK
RGB Variations
Color information
#949E02 (or 0x949E02) is known color: Citrus. HEX triplet: 94, 9E and 02. RGB value is (148,158,2). Sum of RGB (Red+Green+Blue) = 148+158+2=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #949E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E02 is #6B61FD. Grayscale: #898989. Windows color (decimal): -7037438 or 171668. OLE color: 171668.
HSL color Cylindrical-coordinate representation of color #949E02: hue angle of 63.85º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #949E02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.38 |
| HSL | 63.85º | 0.98% | 0.31% | - |
| HSV(B) | 63.85º | 0.99% | 0.62% | - |
| XYZ | 24.45 | 30.75 | 4.7 | - |
| YUV | 137.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 2 | 0.06 | 0 | 0.99 | 0.38 | 63.85 | 0.98 | 0.31 |
| Hex | 94 | 9E | 2 | 6 | 0 | 63 | 26 | 40 | 62 | 1F |
| Octal | 224 | 236 | 2 | 6 | 0 | 143 | 46 | 100 | 142 | 37 |
| Binary | 10010100 | 10011110 | 10 | 110 | 0 | 1100011 | 100110 | 1000000 | 1100010 | 11111 |
Color Harmonies of #949E02
Complementary color
Monochromatic Colors of #949E02
Black with #949E02
Text Example
Text Example
White with #949E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E02; }
p { color: rgb(148,158,2); }
H1.HeaderClassName
{
color: #949E02;
}
.AnyTagClassName
{
color: #949E02;
}
</style>
background-color css
<style>
a { background-color: #949E02; }
a { background-color: rgb(148,158,2); }
div.DivClassName
{
background-color: #949E02;
}
.BgClassName
{
background-color: #949E02;
}
</style>
border-color css
<style>
span { border-color: #949E02; }
span { border-color: rgb(148,158,2); }
td.TdClassName
{
border-color: #949E02;
}
.TagClassName
{
border-color: #949E02;
}
</style>