#9A9C14

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

Shades of Citron #9A9C14

Tints of Citron #9A9C14

Color information

#9A9C14 (or 0x9A9C14) is unknown color: approx Citron. HEX triplet: 9A, 9C and 14. RGB value is (154,156,20). Sum of RGB (Red+Green+Blue) = 154+156+20=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9C14 is #6563EB. Grayscale: #8C8C8C. Windows color (decimal): -6644716 or 1350810. OLE color: 1350810.

HSL color Cylindrical-coordinate representation of color #9A9C14: hue angle of 60.88º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A9C14 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB15415620-
CMYK0.0100.870.39
HSL60.88º77.27%34.51%-
HSV(B)60.88º87.18%61.18%-
XYZ25.3430.75.25-
YUV139.960.34138.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=46.67%
G=47.27%
B=6.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154156200.0100.870.3960.8877.2734.51
Hex9A9C141057273d4d23
Octal2322342410127477511543
Binary1001101010011100101001010101111001111111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,156,20); }

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

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

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

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

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

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

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