#9A8F1D

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

Shades of Lemon Ginger #9A8F1D

Tints of Lemon Ginger #9A8F1D

Color information

#9A8F1D (or 0x9A8F1D) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8F and 1D. RGB value is (154,143,29). Sum of RGB (Red+Green+Blue) = 154+143+29=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8F1D is #6570E2. Grayscale: #858585. Windows color (decimal): -6648035 or 1937306. OLE color: 1937306.

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

Color convert

RGB15414329-
CMYK00.070.810.40
HSL54.72º68.31%35.88%-
HSV(B)54.72º81.17%60.39%-
XYZ23.3726.65.07-
YUV133.2969.14142.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.24%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 29 (11.72% from 255) = 8.90%
R=47.24%
G=43.87%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541432900.070.810.4054.7268.3135.88
Hex9A8F1D075128374424
Octal2322173507121506710444
Binary100110101000111111101011110100011010001101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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