#989816

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

Shades of Citron #989816

Tints of Citron #989816

Color information

#989816 (or 0x989816) is unknown color: approx Citron. HEX triplet: 98, 98 and 16. RGB value is (152,152,22). Sum of RGB (Red+Green+Blue) = 152+152+22=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989816 is #6767E9. Grayscale: #898989. Windows color (decimal): -6776810 or 1480856. OLE color: 1480856.

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

Color convert

RGB15215222-
CMYK000.860.40
HSL60º74.71%34.12%-
HSV(B)60º85.53%59.61%-
XYZ24.3229.195.11-
YUV137.1863138.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=46.63%
G=46.63%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215222000.860.406074.7134.12
Hex9898160056283c4b22
Octal2302302600126507411342
Binary1001100010011000101100010101101010001111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989816; }

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

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

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

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

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

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

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

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