#969112

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

Shades of Citron #969112

Tints of Citron #969112

Color information

#969112 (or 0x969112) is unknown color: approx Citron. HEX triplet: 96, 91 and 12. RGB value is (150,145,18). Sum of RGB (Red+Green+Blue) = 150+145+18=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #969112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969112 is #696EED. Grayscale: #848484. Windows color (decimal): -6909678 or 1216918. OLE color: 1216918.

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

Color convert

RGB15014518-
CMYK00.030.880.41
HSL57.73º78.57%32.94%-
HSV(B)57.73º88%58.82%-
XYZ22.8126.784.54-
YUV132.0263.66140.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 18 (7.42% from 255) = 5.75%
R=47.92%
G=46.33%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501451800.030.880.4157.7378.5732.94
Hex9691120358293a4f21
Octal2262212203130517211741
Binary10010110100100011001001110110001010011110101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969112; }

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

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

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

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

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

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

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

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