#9A8B26

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

Shades of Lemon Ginger #9A8B26

Tints of Lemon Ginger #9A8B26

Color information

#9A8B26 (or 0x9A8B26) is unknown color: approx Lemon Ginger. HEX triplet: 9A, 8B and 26. RGB value is (154,139,38). Sum of RGB (Red+Green+Blue) = 154+139+38=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8B26 is #6574D9. Grayscale: #848484. Windows color (decimal): -6649050 or 2526106. OLE color: 2526106.

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

Color convert

RGB15413938-
CMYK00.100.750.40
HSL52.24º60.42%37.65%-
HSV(B)52.24º75.32%60.39%-
XYZ22.9125.485.54-
YUV131.9774.97143.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=46.53%
G=41.99%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541393800.100.750.4052.2460.4237.65
Hex9A8B260A4B28343c26
Octal2322134601211350647446
Binary1001101010001011100110010101001011101000110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,38); }

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

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

 a { background-color: rgb(154,139,38); }

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

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

 span { border-color: rgb(154,139,38); }

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