#968A27

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

Shades of Lemon Ginger #968A27

Tints of Lemon Ginger #968A27

Color information

#968A27 (or 0x968A27) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 27. RGB value is (150,138,39). Sum of RGB (Red+Green+Blue) = 150+138+39=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #968A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A27 is #6975D8. Grayscale: #828282. Windows color (decimal): -6911449 or 2591382. OLE color: 2591382.

HSL color Cylindrical-coordinate representation of color #968A27: hue angle of 53.51º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #968A27 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15013839-
CMYK00.080.740.41
HSL53.51º58.73%37.06%-
HSV(B)53.51º74%58.82%-
XYZ22.0324.815.55-
YUV130.376.48142.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=45.87%
G=42.20%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501383900.080.740.4153.5158.7337.06
Hex968A27084A29363b25
Octal2262124701011251667345
Binary1001011010001010100111010001001010101001110110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A27; }

 p { color: rgb(150,138,39); }

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

<style>
 a { background-color: #968A27; }

 a { background-color: rgb(150,138,39); }

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

<style>
 span { border-color: #968A27; }

 span { border-color: rgb(150,138,39); }

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