#969127

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

Shades of Lemon Ginger #969127

Tints of Lemon Ginger #969127

Color information

#969127 (or 0x969127) is unknown color: approx Lemon Ginger. HEX triplet: 96, 91 and 27. RGB value is (150,145,39). Sum of RGB (Red+Green+Blue) = 150+145+39=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969127 is #696ED8. Grayscale: #868686. Windows color (decimal): -6909657 or 2593174. OLE color: 2593174.

HSL color Cylindrical-coordinate representation of color #969127: hue angle of 57.3º 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 #969127 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15014539-
CMYK00.030.740.41
HSL57.3º58.73%37.06%-
HSV(B)57.3º74%58.82%-
XYZ23.0726.885.89-
YUV134.4174.16139.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=44.91%
G=43.41%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501453900.030.740.4157.358.7337.06
Hex969127034A29393b25
Octal226221470311251717345
Binary10010110100100011001110111001010101001111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969127; }

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

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

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

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

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

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

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

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