#968925

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

Shades of Lemon Ginger #968925

Tints of Lemon Ginger #968925

Color information

#968925 (or 0x968925) is unknown color: approx Lemon Ginger. HEX triplet: 96, 89 and 25. RGB value is (150,137,37). Sum of RGB (Red+Green+Blue) = 150+137+37=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968925 is #6976DA. Grayscale: #818181. Windows color (decimal): -6911707 or 2460054. OLE color: 2460054.

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

Color convert

RGB15013737-
CMYK00.090.750.41
HSL53.1º60.43%36.67%-
HSV(B)53.1º75.33%58.82%-
XYZ21.8624.515.33-
YUV129.4975.81142.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 37 (14.84% from 255) = 11.42%
R=46.30%
G=42.28%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501373700.090.750.4153.160.4336.67
Hex968925094B29353c25
Octal2262114501111351657445
Binary1001011010001001100101010011001011101001110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968925; }

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

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

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

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

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

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

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

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