#9a8f1f

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

Shades of Lemon Ginger #9A8F1F

Tints of Lemon Ginger #9A8F1F

Color information

#9A8F1F (or 0x9A8F1F) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8F and 1F. RGB value is (154,143,31). Sum of RGB (Red+Green+Blue) = 154+143+31=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8F1F is #6570E0. Grayscale: #858585. Windows color (decimal): -6648033 or 2068378. OLE color: 2068378.

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

Color convert

RGB15414331-
CMYK00.070.800.40
HSL54.63º66.49%36.27%-
HSV(B)54.63º79.87%60.39%-
XYZ23.426.615.2-
YUV133.5270.14142.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=46.95%
G=43.60%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541433100.070.800.4054.6366.4936.27
Hex9A8F1F075028374224
Octal2322173707120506710244
Binary100110101000111111111011110100001010001101111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a8f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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