#969A31

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

Shades of Citron #969A31

Tints of Citron #969A31

Color information

#969A31 (or 0x969A31) is unknown color: approx Citron. HEX triplet: 96, 9A and 31. RGB value is (150,154,49). Sum of RGB (Red+Green+Blue) = 150+154+49=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #969A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A31 is #6965CE. Grayscale: #8D8D8D. Windows color (decimal): -6907343 or 3250838. OLE color: 3250838.

HSL color Cylindrical-coordinate representation of color #969A31: hue angle of 62.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #969A31 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15015449-
CMYK0.0300.680.40
HSL62.29º51.72%39.8%-
HSV(B)62.29º68.18%60.39%-
XYZ24.6929.827.36-
YUV140.8376.17134.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=42.49%
G=43.63%
B=13.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150154490.0300.680.4062.2951.7239.8
Hex969A313044283e3428
Octal226232613010450766450
Binary10010110100110101100011101000100101000111110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,49); }

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

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

 a { background-color: rgb(150,154,49); }

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

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

 span { border-color: rgb(150,154,49); }

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