#98A403

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

Shades of Citrus #98A403

Tints of Citrus #98A403

Color information

#98A403 (or 0x98A403) is unknown color: approx Citrus. HEX triplet: 98, A4 and 03. RGB value is (152,164,3). Sum of RGB (Red+Green+Blue) = 152+164+3=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #98A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A403 is #675BFC. Grayscale: #8E8E8E. Windows color (decimal): -6773757 or 238744. OLE color: 238744.

HSL color Cylindrical-coordinate representation of color #98A403: hue angle of 64.47º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98A403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1521643-
CMYK0.0700.980.36
HSL64.47º96.41%32.75%-
HSV(B)64.47º98.17%64.31%-
XYZ26.2433.235.12-
YUV142.0649.52135.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=47.65%
G=51.41%
B=0.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15216430.0700.980.3664.4796.4132.75
Hex98A43706224406021
Octal2302443701424410014041
Binary1001100010100100111110110001010010010000001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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