#9A8F2A

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

Shades of Lemon Ginger #9A8F2A

Tints of Lemon Ginger #9A8F2A

Color information

#9A8F2A (or 0x9A8F2A) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8F and 2A. RGB value is (154,143,42). Sum of RGB (Red+Green+Blue) = 154+143+42=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8F2A is #6570D5. Grayscale: #878787. Windows color (decimal): -6648022 or 2789274. OLE color: 2789274.

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

Color convert

RGB15414342-
CMYK00.070.730.40
HSL54.11º57.14%38.43%-
HSV(B)54.11º72.73%60.39%-
XYZ23.5726.686.1-
YUV134.7875.64141.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 143 (56.25% from 255) = 42.18%
BLUE value IS 42 (16.80% from 255) = 12.39%
R=45.43%
G=42.18%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541434200.070.730.4054.1157.1438.43
Hex9A8F2A074928363926
Octal232217520711150667146
Binary100110101000111110101001111001001101000110110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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