Shades of Citrus #93BD08
Tints of Citrus #93BD08
RGB
CMYK
RGB Variations
Color information
#93BD08 (or 0x93BD08) is known color: Citrus. HEX triplet: 93, BD and 08. RGB value is (147,189,8). Sum of RGB (Red+Green+Blue) = 147+189+8=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BD08 is #6C42F7. Grayscale: #9C9C9C. Windows color (decimal): -7095032 or 572819. OLE color: 572819.
HSL color Cylindrical-coordinate representation of color #93BD08: hue angle of 73.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93BD08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.26 |
| HSL | 73.92º | 0.92% | 0.39% | - |
| HSV(B) | 73.92º | 0.96% | 0.74% | - |
| XYZ | 30.27 | 42.62 | 6.86 | - |
| YUV | 155.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 8 | 0.22 | 0 | 0.96 | 0.26 | 73.92 | 0.92 | 0.39 |
| Hex | 93 | BD | 8 | 16 | 0 | 60 | 1A | 4A | 5C | 27 |
| Octal | 223 | 275 | 10 | 26 | 0 | 140 | 32 | 112 | 134 | 47 |
| Binary | 10010011 | 10111101 | 1000 | 10110 | 0 | 1100000 | 11010 | 1001010 | 1011100 | 100111 |
Color Harmonies of #93BD08
Complementary color
Monochromatic Colors of #93BD08
Black with #93BD08
Text Example
Text Example
White with #93BD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD08; }
p { color: rgb(147,189,8); }
H1.HeaderClassName
{
color: #93BD08;
}
.AnyTagClassName
{
color: #93BD08;
}
</style>
background-color css
<style>
a { background-color: #93BD08; }
a { background-color: rgb(147,189,8); }
div.DivClassName
{
background-color: #93BD08;
}
.BgClassName
{
background-color: #93BD08;
}
</style>
border-color css
<style>
span { border-color: #93BD08; }
span { border-color: rgb(147,189,8); }
td.TdClassName
{
border-color: #93BD08;
}
.TagClassName
{
border-color: #93BD08;
}
</style>