#9A9812

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

Shades of Citron #9A9812

Tints of Citron #9A9812

Color information

#9A9812 (or 0x9A9812) is unknown color: approx Citron. HEX triplet: 9A, 98 and 12. RGB value is (154,152,18). Sum of RGB (Red+Green+Blue) = 154+152+18=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9812 is #6567ED. Grayscale: #898989. Windows color (decimal): -6645742 or 1218714. OLE color: 1218714.

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

Color convert

RGB15415218-
CMYK00.010.880.40
HSL59.12º79.07%33.73%-
HSV(B)59.12º88.31%60.39%-
XYZ24.6629.374.94-
YUV137.3260.66139.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 18 (7.42% from 255) = 5.56%
R=47.53%
G=46.91%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541521800.010.880.4059.1279.0733.73
Hex9A98120158283b4f22
Octal2322302201130507311742
Binary1001101010011000100100110110001010001110111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9812; }

 p { color: rgb(154,152,18); }

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

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

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

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

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

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

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