#9FA432

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

Shades of Citron #9FA432

Tints of Citron #9FA432

Color information

#9FA432 (or 0x9FA432) is unknown color: approx Citron. HEX triplet: 9F, A4 and 32. RGB value is (159,164,50). Sum of RGB (Red+Green+Blue) = 159+164+50=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA432 is #605BCD. Grayscale: #959595. Windows color (decimal): -6314958 or 3318943. OLE color: 3318943.

HSL color Cylindrical-coordinate representation of color #9FA432: hue angle of 62.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FA432 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB15916450-
CMYK0.0300.700.36
HSL62.63º53.27%41.96%-
HSV(B)62.63º69.51%64.31%-
XYZ28.1534.158.13-
YUV149.5171.84134.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 164 (64.45% from 255) = 43.97%
BLUE value IS 50 (19.92% from 255) = 13.40%
R=42.63%
G=43.97%
B=13.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164500.0300.700.3662.6353.2741.96
Hex9FA4323046243f352a
Octal237244623010644776552
Binary10011111101001001100101101000110100100111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA432; }

 p { color: rgb(159,164,50); }

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

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

 a { background-color: rgb(159,164,50); }

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

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

 span { border-color: rgb(159,164,50); }

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