#969125

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

Shades of Lemon Ginger #969125

Tints of Lemon Ginger #969125

Color information

#969125 (or 0x969125) is unknown color: approx Lemon Ginger. HEX triplet: 96, 91 and 25. RGB value is (150,145,37). Sum of RGB (Red+Green+Blue) = 150+145+37=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #969125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969125 is #696EDA. Grayscale: #868686. Windows color (decimal): -6909659 or 2462102. OLE color: 2462102.

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

Color convert

RGB15014537-
CMYK00.030.750.41
HSL57.35º60.43%36.67%-
HSV(B)57.35º75.33%58.82%-
XYZ23.0426.875.72-
YUV134.1873.16139.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=45.18%
G=43.67%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501453700.030.750.4157.3560.4336.67
Hex969125034B29393c25
Octal226221450311351717445
Binary10010110100100011001010111001011101001111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969125; }

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

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

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

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

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

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

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

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