#98B503

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

Shades of Citrus #98B503

Tints of Citrus #98B503

Color information

#98B503 (or 0x98B503) is unknown color: approx Citrus. HEX triplet: 98, B5 and 03. RGB value is (152,181,3). Sum of RGB (Red+Green+Blue) = 152+181+3=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 181 (71.09% from 255 or 53.87% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 181 - color contains mainly: green. Hex color #98B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B503 is #674AFC. Grayscale: #989898. Windows color (decimal): -6769405 or 243096. OLE color: 243096.

HSL color Cylindrical-coordinate representation of color #98B503: hue angle of 69.78º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98B503 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1521813-
CMYK0.1600.980.29
HSL69.78º96.74%36.08%-
HSV(B)69.78º98.34%70.98%-
XYZ29.4939.736.2-
YUV152.0443.89127.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 181 (71.09% from 255) = 53.87%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=45.24%
G=53.87%
B=0.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15218130.1600.980.2969.7896.7436.08
Hex98B53100621D466124
Octal23026532001423510614144
Binary10011000101101011110000011000101110110001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,3); }

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

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

 a { background-color: rgb(152,181,3); }

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

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

 span { border-color: rgb(152,181,3); }

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