#969E09

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

Shades of Citron #969E09

Tints of Citron #969E09

Color information

#969E09 (or 0x969E09) is unknown color: approx Citron. HEX triplet: 96, 9E and 09. RGB value is (150,158,9). Sum of RGB (Red+Green+Blue) = 150+158+9=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #969E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969E09 is #6961F6. Grayscale: #8B8B8B. Windows color (decimal): -6906359 or 630422. OLE color: 630422.

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

Color convert

RGB1501589-
CMYK0.0500.940.38
HSL63.22º89.22%32.75%-
HSV(B)63.22º94.3%61.96%-
XYZ24.8530.964.92-
YUV138.6254.85136.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 158 (62.11% from 255) = 49.84%
BLUE value IS 9 (3.91% from 255) = 2.84%
R=47.32%
G=49.84%
B=2.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15015890.0500.940.3863.2289.2232.75
Hex969E9505E263f5921
Octal2262361150136467713141
Binary10010110100111101001101010111101001101111111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,158,9); }

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

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

 a { background-color: rgb(150,158,9); }

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

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

 span { border-color: rgb(150,158,9); }

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