Html Css Color HEX #9FA632 Citron

📋 copy color: '#9FA632'

red 159 ◦ green 166 ◦ blue 50

#9FA632
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #9FA632

Tints of Citron #9FA632

RGB

 RED value IS 159 (62.5% from 255) = 42.4%

 GREEN value IS 166 (65.23% from 255) = 44.27%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 42.4%
G = 44.27%
B = 13.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#9FA632 (or 0x9FA632) is known color: Citron. HEX triplet: 9F, A6 and 32. RGB value is (159,166,50). Sum of RGB (Red+Green+Blue) = 159+166+50=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA632 is #6059CD. Grayscale: #979797. Windows color (decimal): -6314446 or 3319455. OLE color: 3319455.

HSL color Cylindrical-coordinate representation of color #9FA632: hue angle of 63.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9FA632 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 166 50 -
CMYK 0.04 0 0.70 0.35
HSL 63.62º 0.54% 0.42% -
HSV(B) 63.62º 0.7% 0.65% -
XYZ 28.51 34.87 8.25 -
YUV 150.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 159 166 50 0.04 0 0.70 0.35 63.62 0.54 0.42
Hex 9F A6 32 4 0 46 23 40 36 2A
Octal 237 246 62 4 0 106 43 100 66 52
Binary 10011111 10100110 110010 100 0 1000110 100011 1000000 110110 101010

Color Harmonies of #9FA632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA632

Black with #9FA632

Text Example


Text Example

White with #9FA632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA632;
 }
 .AnyTagClassName
 {
   color: #9FA632;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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