#989814

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

Shades of Citron #989814

Tints of Citron #989814

Color information

#989814 (or 0x989814) is unknown color: approx Citron. HEX triplet: 98, 98 and 14. RGB value is (152,152,20). Sum of RGB (Red+Green+Blue) = 152+152+20=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989814 is #6767EB. Grayscale: #898989. Windows color (decimal): -6776812 or 1349784. OLE color: 1349784.

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

Color convert

RGB15215220-
CMYK000.870.40
HSL60º76.74%33.73%-
HSV(B)60º86.84%59.61%-
XYZ24.329.185.01-
YUV136.9562138.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 20 (8.20% from 255) = 6.17%
R=46.91%
G=46.91%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215220000.870.406076.7433.73
Hex9898140057283c4d22
Octal2302302400127507411542
Binary1001100010011000101000010101111010001111001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989814; }

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

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

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

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

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

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

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

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