#989216

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

Shades of Citron #989216

Tints of Citron #989216

Color information

#989216 (or 0x989216) is unknown color: approx Citron. HEX triplet: 98, 92 and 16. RGB value is (152,146,22). Sum of RGB (Red+Green+Blue) = 152+146+22=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #989216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989216 is #676DE9. Grayscale: #868686. Windows color (decimal): -6778346 or 1479320. OLE color: 1479320.

HSL color Cylindrical-coordinate representation of color #989216: hue angle of 57.23º 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 #989216 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB15214622-
CMYK00.040.860.40
HSL57.23º74.71%34.12%-
HSV(B)57.23º85.53%59.61%-
XYZ23.3727.294.79-
YUV133.6664.99141.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 22 (8.98% from 255) = 6.88%
R=47.5%
G=45.62%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521462200.040.860.4057.2374.7134.12
Hex989216045628394b22
Octal2302222604126507111342
Binary100110001001001010110010010101101010001110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989216; }

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

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

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

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

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

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

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

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