#968D25

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

Shades of Lemon Ginger #968D25

Tints of Lemon Ginger #968D25

Color information

#968D25 (or 0x968D25) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8D and 25. RGB value is (150,141,37). Sum of RGB (Red+Green+Blue) = 150+141+37=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #968D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D25 is #6972DA. Grayscale: #848484. Windows color (decimal): -6910683 or 2461078. OLE color: 2461078.

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

Color convert

RGB15014137-
CMYK00.060.750.41
HSL55.22º60.43%36.67%-
HSV(B)55.22º75.33%58.82%-
XYZ22.4425.675.52-
YUV131.8374.48140.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=45.73%
G=42.99%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501413700.060.750.4155.2260.4336.67
Hex968D25064B29373c25
Octal226215450611351677445
Binary100101101000110110010101101001011101001110111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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