#989809

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

Shades of Citron #989809

Tints of Citron #989809

Color information

#989809 (or 0x989809) is unknown color: approx Citron. HEX triplet: 98, 98 and 09. RGB value is (152,152,9). Sum of RGB (Red+Green+Blue) = 152+152+9=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989809 is #6767F6. Grayscale: #888888. Windows color (decimal): -6776823 or 628888. OLE color: 628888.

HSL color Cylindrical-coordinate representation of color #989809: hue angle of 60º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #989809 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB1521529-
CMYK000.940.40
HSL60º88.82%31.57%-
HSV(B)60º94.08%59.61%-
XYZ24.2329.154.61-
YUV135.756.5139.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=48.56%
G=48.56%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521529000.940.406088.8231.57
Hex98989005E283c5920
Octal2302301100136507413140
Binary100110001001100010010010111101010001111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989809; }

 p { color: rgb(152,152,9); }

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

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

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

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

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

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

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