#959920

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

Shades of Citron #959920

Tints of Citron #959920

Color information

#959920 (or 0x959920) is unknown color: approx Citron. HEX triplet: 95, 99 and 20. RGB value is (149,153,32). Sum of RGB (Red+Green+Blue) = 149+153+32=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #959920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959920 is #6A66DF. Grayscale: #8A8A8A. Windows color (decimal): -6973152 or 2136469. OLE color: 2136469.

HSL color Cylindrical-coordinate representation of color #959920: hue angle of 61.98º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #959920 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB14915332-
CMYK0.0300.790.4
HSL61.98º65.41%36.27%-
HSV(B)61.98º79.08%60%-
XYZ24.0529.285.75-
YUV138.0168.17135.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 32 (12.89% from 255) = 9.58%
R=44.61%
G=45.81%
B=9.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153320.0300.790.461.9865.4136.27
Hex959920304F283e4124
Octal2252314030117507610144
Binary100101011001100110000011010011111010001111101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959920; }

 p { color: rgb(149,153,32); }

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

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

 a { background-color: rgb(149,153,32); }

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

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

 span { border-color: rgb(149,153,32); }

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