#98A335

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

Shades of Citron #98A335

Tints of Citron #98A335

Color information

#98A335 (or 0x98A335) is unknown color: approx Citron. HEX triplet: 98, A3 and 35. RGB value is (152,163,53). Sum of RGB (Red+Green+Blue) = 152+163+53=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #98A335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A335 is #675CCA. Grayscale: #939393. Windows color (decimal): -6773963 or 3515288. OLE color: 3515288.

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

Color convert

RGB15216353-
CMYK0.0700.670.36
HSL66º50.93%42.35%-
HSV(B)66º67.48%63.92%-
XYZ26.6933.138.36-
YUV147.1774.86131.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=41.30%
G=44.29%
B=14.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152163530.0700.670.366650.9342.35
Hex98A33570432442332a
Octal2302436570103441026352
Binary1001100010100011110101111010000111001001000010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,163,53); }

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

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

 a { background-color: rgb(152,163,53); }

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

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

 span { border-color: rgb(152,163,53); }

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