#968927

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

Shades of Lemon Ginger #968927

Tints of Lemon Ginger #968927

Color information

#968927 (or 0x968927) is unknown color: approx Lemon Ginger. HEX triplet: 96, 89 and 27. RGB value is (150,137,39). Sum of RGB (Red+Green+Blue) = 150+137+39=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968927 is #6976D8. Grayscale: #828282. Windows color (decimal): -6911705 or 2591126. OLE color: 2591126.

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

Color convert

RGB15013739-
CMYK00.090.740.41
HSL52.97º58.73%37.06%-
HSV(B)52.97º74%58.82%-
XYZ21.8924.525.5-
YUV129.7276.81142.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 39 (15.62% from 255) = 11.96%
R=46.01%
G=42.02%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501373900.090.740.4152.9758.7337.06
Hex968927094A29353b25
Octal2262114701111251657345
Binary1001011010001001100111010011001010101001110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968927; }

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

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

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

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

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

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

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

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