#98A621

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

Shades of Citron #98A621

Tints of Citron #98A621

Color information

#98A621 (or 0x98A621) is unknown color: approx Citron. HEX triplet: 98, A6 and 21. RGB value is (152,166,33). Sum of RGB (Red+Green+Blue) = 152+166+33=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #98A621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A621 is #6759DE. Grayscale: #939393. Windows color (decimal): -6773215 or 2205336. OLE color: 2205336.

HSL color Cylindrical-coordinate representation of color #98A621: hue angle of 66.32º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98A621 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB15216633-
CMYK0.0800.800.35
HSL66.32º66.83%39.02%-
HSV(B)66.32º80.12%65.1%-
XYZ26.8634.066.6-
YUV146.6563.86131.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=43.30%
G=47.29%
B=9.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152166330.0800.800.3566.3266.8339.02
Hex98A621805023424327
Octal230246411001204310210347
Binary100110001010011010000110000101000010001110000101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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