Shades of Citrus #90BD01
Tints of Citrus #90BD01
RGB
CMYK
RGB Variations
Color information
#90BD01 (or 0x90BD01) is known color: Citrus. HEX triplet: 90, BD and 01. RGB value is (144,189,1). Sum of RGB (Red+Green+Blue) = 144+189+1=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD01 is #6F42FE. Grayscale: #9A9A9A. Windows color (decimal): -7291647 or 114064. OLE color: 114064.
HSL color Cylindrical-coordinate representation of color #90BD01: hue angle of 74.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90BD01 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.26 |
| HSL | 74.36º | 0.99% | 0.37% | - |
| HSV(B) | 74.36º | 0.99% | 0.74% | - |
| XYZ | 29.7 | 42.33 | 6.63 | - |
| YUV | 154.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 1 | 0.24 | 0 | 0.99 | 0.26 | 74.36 | 0.99 | 0.37 |
| Hex | 90 | BD | 1 | 18 | 0 | 63 | 1A | 4A | 63 | 25 |
| Octal | 220 | 275 | 1 | 30 | 0 | 143 | 32 | 112 | 143 | 45 |
| Binary | 10010000 | 10111101 | 1 | 11000 | 0 | 1100011 | 11010 | 1001010 | 1100011 | 100101 |
Color Harmonies of #90BD01
Complementary color
Monochromatic Colors of #90BD01
Black with #90BD01
Text Example
Text Example
White with #90BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD01; }
p { color: rgb(144,189,1); }
H1.HeaderClassName
{
color: #90BD01;
}
.AnyTagClassName
{
color: #90BD01;
}
</style>
background-color css
<style>
a { background-color: #90BD01; }
a { background-color: rgb(144,189,1); }
div.DivClassName
{
background-color: #90BD01;
}
.BgClassName
{
background-color: #90BD01;
}
</style>
border-color css
<style>
span { border-color: #90BD01; }
span { border-color: rgb(144,189,1); }
td.TdClassName
{
border-color: #90BD01;
}
.TagClassName
{
border-color: #90BD01;
}
</style>