#98A62E

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

Shades of Citron #98A62E

Tints of Citron #98A62E

Color information

#98A62E (or 0x98A62E) is unknown color: approx Citron. HEX triplet: 98, A6 and 2E. RGB value is (152,166,46). Sum of RGB (Red+Green+Blue) = 152+166+46=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 166 - color contains mainly: green. Hex color #98A62E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A62E is #6759D1. Grayscale: #949494. Windows color (decimal): -6773202 or 3057304. OLE color: 3057304.

HSL color Cylindrical-coordinate representation of color #98A62E: hue angle of 67º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98A62E is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB15216646-
CMYK0.0800.720.35
HSL67º56.6%41.57%-
HSV(B)67º72.29%65.1%-
XYZ27.0834.157.75-
YUV148.1370.36130.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 166 (65.23% from 255) = 45.60%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=41.76%
G=45.60%
B=12.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152166460.0800.720.356756.641.57
Hex98A62E80482343392a
Octal23024656100110431037152
Binary10011000101001101011101000010010001000111000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,166,46); }

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

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

 a { background-color: rgb(152,166,46); }

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

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

 span { border-color: rgb(152,166,46); }

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