#9a9e1e

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

Shades of Citron #9A9E1E

Tints of Citron #9A9E1E

Color information

#9A9E1E (or 0x9A9E1E) is unknown color: approx Citron. HEX triplet: 9A, 9E and 1E. RGB value is (154,158,30). Sum of RGB (Red+Green+Blue) = 154+158+30=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9E1E is #6561E1. Grayscale: #8E8E8E. Windows color (decimal): -6644194 or 2006682. OLE color: 2006682.

HSL color Cylindrical-coordinate representation of color #9A9E1E: hue angle of 61.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A9E1E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB15415830-
CMYK0.0300.810.38
HSL61.88º68.09%36.86%-
HSV(B)61.88º81.01%61.96%-
XYZ25.7931.425.93-
YUV142.2164.67136.41-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.03%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 30 (12.11% from 255) = 8.77%
R=45.03%
G=46.20%
B=8.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154158300.0300.810.3861.8868.0936.86
Hex9A9E1E3051263e4425
Octal2322363630121467610445
Binary10011010100111101111011010100011001101111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a9e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,158,30); }

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

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

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

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

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

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

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