Shades of Citrus #90BD0C
Tints of Citrus #90BD0C
RGB
CMYK
RGB Variations
Color information
#90BD0C (or 0x90BD0C) is known color: Citrus. HEX triplet: 90, BD and 0C. RGB value is (144,189,12). Sum of RGB (Red+Green+Blue) = 144+189+12=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD0C is #6F42F3. Grayscale: #9C9C9C. Windows color (decimal): -7291636 or 834960. OLE color: 834960.
HSL color Cylindrical-coordinate representation of color #90BD0C: hue angle of 75.25º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90BD0C is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 12 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.26 |
| HSL | 75.25º | 0.88% | 0.39% | - |
| HSV(B) | 75.25º | 0.94% | 0.74% | - |
| XYZ | 29.77 | 42.35 | 6.95 | - |
| YUV | 155.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 12 | 0.24 | 0 | 0.94 | 0.26 | 75.25 | 0.88 | 0.39 |
| Hex | 90 | BD | C | 18 | 0 | 5E | 1A | 4B | 58 | 27 |
| Octal | 220 | 275 | 14 | 30 | 0 | 136 | 32 | 113 | 130 | 47 |
| Binary | 10010000 | 10111101 | 1100 | 11000 | 0 | 1011110 | 11010 | 1001011 | 1011000 | 100111 |
Color Harmonies of #90BD0C
Complementary color
Monochromatic Colors of #90BD0C
Black with #90BD0C
Text Example
Text Example
White with #90BD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD0C; }
p { color: rgb(144,189,12); }
H1.HeaderClassName
{
color: #90BD0C;
}
.AnyTagClassName
{
color: #90BD0C;
}
</style>
background-color css
<style>
a { background-color: #90BD0C; }
a { background-color: rgb(144,189,12); }
div.DivClassName
{
background-color: #90BD0C;
}
.BgClassName
{
background-color: #90BD0C;
}
</style>
border-color css
<style>
span { border-color: #90BD0C; }
span { border-color: rgb(144,189,12); }
td.TdClassName
{
border-color: #90BD0C;
}
.TagClassName
{
border-color: #90BD0C;
}
</style>