#9A8F1C

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

Shades of Lemon Ginger #9A8F1C

Tints of Lemon Ginger #9A8F1C

Color information

#9A8F1C (or 0x9A8F1C) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8F and 1C. RGB value is (154,143,28). Sum of RGB (Red+Green+Blue) = 154+143+28=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8F1C is #6570E3. Grayscale: #858585. Windows color (decimal): -6648036 or 1871770. OLE color: 1871770.

HSL color Cylindrical-coordinate representation of color #9A8F1C: hue angle of 54.76º 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 #9A8F1C is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15414328-
CMYK00.070.820.40
HSL54.76º69.23%35.69%-
HSV(B)54.76º81.82%60.39%-
XYZ23.3626.65-
YUV133.1868.64142.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.38%
GREEN value IS 143 (56.25% from 255) = 44%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=47.38%
G=44%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541432800.070.820.4054.7669.2335.69
Hex9A8F1C075228374524
Octal2322173407122506710544
Binary100110101000111111100011110100101010001101111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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