#98A104

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

Shades of Citrus #98A104

Tints of Citrus #98A104

Color information

#98A104 (or 0x98A104) is unknown color: approx Citrus. HEX triplet: 98, A1 and 04. RGB value is (152,161,4). Sum of RGB (Red+Green+Blue) = 152+161+4=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #98A104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A104 is #675EFB. Grayscale: #8D8D8D. Windows color (decimal): -6774524 or 303512. OLE color: 303512.

HSL color Cylindrical-coordinate representation of color #98A104: hue angle of 63.44º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98A104 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB1521614-
CMYK0.0600.980.37
HSL63.44º95.15%32.35%-
HSV(B)63.44º97.52%63.14%-
XYZ25.7232.174.97-
YUV140.4151.02136.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 161 (63.28% from 255) = 50.79%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=47.95%
G=50.79%
B=1.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15216140.0600.980.3763.4495.1532.35
Hex98A146062253f5f20
Octal230241460142457713740
Binary1001100010100001100110011000101001011111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,161,4); }

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

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

 a { background-color: rgb(152,161,4); }

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

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

 span { border-color: rgb(152,161,4); }

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