#9A8D17

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

Shades of Lemon Ginger #9A8D17

Tints of Lemon Ginger #9A8D17

Color information

#9A8D17 (or 0x9A8D17) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8D and 17. RGB value is (154,141,23). Sum of RGB (Red+Green+Blue) = 154+141+23=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8D17 is #6572E8. Grayscale: #838383. Windows color (decimal): -6648553 or 1543578. OLE color: 1543578.

HSL color Cylindrical-coordinate representation of color #9A8D17: hue angle of 54.05º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A8D17 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB15414123-
CMYK00.080.850.40
HSL54.05º74.01%34.71%-
HSV(B)54.05º85.06%60.39%-
XYZ23.0125.984.61-
YUV131.4466.81144.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.43%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 23 (9.38% from 255) = 7.23%
R=48.43%
G=44.34%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541412300.080.850.4054.0574.0134.71
Hex9A8D17085528364a23
Octal23221527010125506611243
Binary1001101010001101101110100010101011010001101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,141,23); }

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

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

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

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

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

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

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