#969D10

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

Shades of Citron #969D10

Tints of Citron #969D10

Color information

#969D10 (or 0x969D10) is unknown color: approx Citron. HEX triplet: 96, 9D and 10. RGB value is (150,157,16). Sum of RGB (Red+Green+Blue) = 150+157+16=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #969D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D10 is #6962EF. Grayscale: #8B8B8B. Windows color (decimal): -6906608 or 1088918. OLE color: 1088918.

HSL color Cylindrical-coordinate representation of color #969D10: hue angle of 62.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #969D10 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15015716-
CMYK0.0400.900.38
HSL62.98º81.5%33.92%-
HSV(B)62.98º89.81%61.57%-
XYZ24.7330.645.1-
YUV138.8358.68135.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 16 (6.64% from 255) = 4.95%
R=46.44%
G=48.61%
B=4.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157160.0400.900.3862.9881.533.92
Hex969D10405A263f5222
Octal2262352040132467712242
Binary100101101001110110000100010110101001101111111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969D10; }

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

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

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

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

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

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

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

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