#969110

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

Shades of Citron #969110

Tints of Citron #969110

Color information

#969110 (or 0x969110) is unknown color: approx Citron. HEX triplet: 96, 91 and 10. RGB value is (150,145,16). Sum of RGB (Red+Green+Blue) = 150+145+16=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #969110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969110 is #696EEF. Grayscale: #848484. Windows color (decimal): -6909680 or 1085846. OLE color: 1085846.

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

Color convert

RGB15014516-
CMYK00.030.890.41
HSL57.76º80.72%32.55%-
HSV(B)57.76º89.33%58.82%-
XYZ22.826.774.46-
YUV131.7962.66140.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 16 (6.64% from 255) = 5.14%
R=48.23%
G=46.62%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501451600.030.890.4157.7680.7232.55
Hex9691100359293a5121
Octal2262212003131517212141
Binary10010110100100011000001110110011010011110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969110; }

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

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

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

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

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

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

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

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