#969D11

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

Shades of Citron #969D11

Tints of Citron #969D11

Color information

#969D11 (or 0x969D11) is unknown color: approx Citron. HEX triplet: 96, 9D and 11. RGB value is (150,157,17). Sum of RGB (Red+Green+Blue) = 150+157+17=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #969D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D11 is #6962EE. Grayscale: #8B8B8B. Windows color (decimal): -6906607 or 1154454. OLE color: 1154454.

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

Color convert

RGB15015717-
CMYK0.0400.890.38
HSL63º80.46%34.12%-
HSV(B)63º89.17%61.57%-
XYZ24.7430.645.14-
YUV138.9559.18135.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=46.30%
G=48.46%
B=5.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150157170.0400.890.386380.4634.12
Hex969D114059263f5022
Octal2262352140131467712042
Binary100101101001110110001100010110011001101111111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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