#9A9A1C

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

Shades of Citron #9A9A1C

Tints of Citron #9A9A1C

Color information

#9A9A1C (or 0x9A9A1C) is unknown color: approx Citron. HEX triplet: 9A, 9A and 1C. RGB value is (154,154,28). Sum of RGB (Red+Green+Blue) = 154+154+28=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 154 - color contains mainly: red, green. Hex color #9A9A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9A1C is #6565E3. Grayscale: #8C8C8C. Windows color (decimal): -6645220 or 1874586. OLE color: 1874586.

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

Color convert

RGB15415428-
CMYK000.820.40
HSL60º69.23%35.69%-
HSV(B)60º81.82%60.39%-
XYZ25.0930.075.58-
YUV139.6465138.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.83%
GREEN value IS 154 (60.55% from 255) = 45.83%
BLUE value IS 28 (11.33% from 255) = 8.33%
R=45.83%
G=45.83%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415428000.820.406069.2335.69
Hex9A9A1C0052283c4524
Octal2322323400122507410544
Binary1001101010011010111000010100101010001111001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,154,28); }

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

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

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

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

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

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

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