#9FA832

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

Shades of Citron #9FA832

Tints of Citron #9FA832

Color information

#9FA832 (or 0x9FA832) is unknown color: approx Citron. HEX triplet: 9F, A8 and 32. RGB value is (159,168,50). Sum of RGB (Red+Green+Blue) = 159+168+50=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA832 is #6057CD. Grayscale: #989898. Windows color (decimal): -6313934 or 3319967. OLE color: 3319967.

HSL color Cylindrical-coordinate representation of color #9FA832: hue angle of 64.58º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FA832 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB15916850-
CMYK0.0500.700.34
HSL64.58º54.13%42.75%-
HSV(B)64.58º70.24%65.88%-
XYZ28.8835.618.37-
YUV151.8670.52133.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 168 (66.02% from 255) = 44.56%
BLUE value IS 50 (19.92% from 255) = 13.26%
R=42.18%
G=44.56%
B=13.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168500.0500.700.3464.5854.1342.75
Hex9FA83250462241362b
Octal2372506250106421016653
Binary1001111110101000110010101010001101000101000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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