#98A134

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

Shades of Citron #98A134

Tints of Citron #98A134

Color information

#98A134 (or 0x98A134) is unknown color: approx Citron. HEX triplet: 98, A1 and 34. RGB value is (152,161,52). Sum of RGB (Red+Green+Blue) = 152+161+52=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #98A134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A134 is #675ECB. Grayscale: #929292. Windows color (decimal): -6774476 or 3449240. OLE color: 3449240.

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

Color convert

RGB15216152-
CMYK0.0600.680.37
HSL64.95º51.17%41.76%-
HSV(B)64.95º67.7%63.14%-
XYZ26.3132.418.12-
YUV145.8875.02132.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 161 (63.28% from 255) = 44.11%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=41.64%
G=44.11%
B=14.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152161520.0600.680.3764.9551.1741.76
Hex98A13460442541332a
Octal2302416460104451016352
Binary1001100010100001110100110010001001001011000001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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