#98A122

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

Shades of Citron #98A122

Tints of Citron #98A122

Color information

#98A122 (or 0x98A122) is unknown color: approx Citron. HEX triplet: 98, A1 and 22. RGB value is (152,161,34). Sum of RGB (Red+Green+Blue) = 152+161+34=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #98A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A122 is #675EDD. Grayscale: #909090. Windows color (decimal): -6774494 or 2269592. OLE color: 2269592.

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

Color convert

RGB15216134-
CMYK0.0600.790.37
HSL64.25º65.13%38.24%-
HSV(B)64.25º78.88%63.14%-
XYZ25.9832.286.37-
YUV143.8366.02133.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=43.80%
G=46.40%
B=9.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152161340.0600.790.3764.2565.1338.24
Hex98A122604F25404126
Octal23024142601174510010146
Binary10011000101000011000101100100111110010110000001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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