#98A12A

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

Shades of Citron #98A12A

Tints of Citron #98A12A

Color information

#98A12A (or 0x98A12A) is unknown color: approx Citron. HEX triplet: 98, A1 and 2A. RGB value is (152,161,42). Sum of RGB (Red+Green+Blue) = 152+161+42=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #98A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A12A is #675ED5. Grayscale: #919191. Windows color (decimal): -6774486 or 2793880. OLE color: 2793880.

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

Color convert

RGB15216142-
CMYK0.0600.740.37
HSL64.54º58.62%39.8%-
HSV(B)64.54º73.91%63.14%-
XYZ26.1132.337.06-
YUV144.7470.02133.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=42.82%
G=45.35%
B=11.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152161420.0600.740.3764.5458.6239.8
Hex98A12A604A25413b28
Octal2302415260112451017350
Binary1001100010100001101010110010010101001011000001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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