#9FA232

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

Shades of Citron #9FA232

Tints of Citron #9FA232

Color information

#9FA232 (or 0x9FA232) is unknown color: approx Citron. HEX triplet: 9F, A2 and 32. RGB value is (159,162,50). Sum of RGB (Red+Green+Blue) = 159+162+50=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA232 is #605DCD. Grayscale: #949494. Windows color (decimal): -6315470 or 3318431. OLE color: 3318431.

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

Color convert

RGB15916250-
CMYK0.0200.690.36
HSL61.61º52.83%41.57%-
HSV(B)61.61º69.14%63.53%-
XYZ27.7933.448.01-
YUV148.3372.51135.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 50 (19.92% from 255) = 13.48%
R=42.86%
G=43.67%
B=13.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162500.0200.690.3661.6152.8341.57
Hex9FA2322045243e352a
Octal237242622010544766552
Binary10011111101000101100101001000101100100111110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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