#98B900

Color #98B900 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #98B900

Tints of Citrus #98B900

Color information

#98B900 (or 0x98B900) is unknown color: approx Citrus. HEX triplet: 98, B9 and 00. RGB value is (152,185,0). Sum of RGB (Red+Green+Blue) = 152+185+0=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #98B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B900 is #6746FF. Grayscale: #9A9A9A. Windows color (decimal): -6768384 or 47512. OLE color: 47512.

HSL color Cylindrical-coordinate representation of color #98B900: hue angle of 70.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98B900 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1521850-
CMYK0.18010.27
HSL70.7º100%36.27%-
HSV(B)70.7º100%72.55%-
XYZ30.341.376.39-
YUV154.0441.07126.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.10%
G=54.90%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15218500.18010.2770.710036.27
Hex98B90120641B476424
Octal23027102201443310714444
Binary1001100010111001010010011001001101110001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98B900; }

 p { color: rgb(152,185,0); }

 H1.HeaderClassName
 {
   color: #98B900;
 }
 .AnyTagClassName
 {
   color: #98B900;
 }
</style>
background-color css

<style>
 a { background-color: #98B900; }

 a { background-color: rgb(152,185,0); }

 div.DivClassName
 {
   background-color: #98B900;
 }
 .BgClassName
 {
   background-color: #98B900;
 }
</style>
border-color css

<style>
 span { border-color: #98B900; }

 span { border-color: rgb(152,185,0); }

 td.TdClassName
 {
   border-color: #98B900;
 }
 .TagClassName
 {
   border-color: #98B900;
 }
</style>